Comments iSynergy started the conversation2 days ago on Tuesday at 9:31pm the clayerslider is missing it's background colors/images so the text can't be seenhttps://meridianhealthcare.net/patient-care/acupuncture/https://meridianhealthcare.net/patient-care/primary-care/ https://meridianhealthcare.net/patient-care/counseling-services/ https://meridianhealthcare.net/patient-care/child-services/ https://meridianhealthcare.net/patient-care/chiropractic-care/ - can at least see the text, but the graphic backgrounds are missinghttps://meridianhealthcare.net/patient-care/addiction-help/ - can at least see the text, but the graphic backgrounds are missingon https://meridianhealthcare.net/patient-care/counseling-services/ the h3s are black for some reason - they used to be white 145George replied1 day ago on Wednesday at 9:56amHello, Most of your sliders are working and visible on my end, but some background images are missing. After investigating the issue, I found a custom CSS rule on your site that hides all images:img,a img { border: none; padding: 0; margin: 0; display: inline-block; max-width: 100%; height: auto; display: none} As you can see, this rule contains two display properties, and the second one (display: none;) is preventing the images from being visible. This style comes from your theme and is located in the avia-merged CSS file. You may want to delete this rule to ensure your images display correctly.Best Regards,George | Kreatura Dev Team Sign in to reply ...
Hello,
Most of your sliders are working and visible on my end, but some background images are missing. After investigating the issue, I found a custom CSS rule on your site that hides all images:
img,a img {
border: none;
padding: 0;
margin: 0;
display: inline-block;
max-width: 100%;
height: auto;
display: none
}
As you can see, this rule contains two display properties, and the second one (display: none;) is preventing the images from being visible.
This style comes from your theme and is located in the avia-merged CSS file. You may want to delete this rule to ensure your images display correctly.
Best Regards,
George | Kreatura Dev Team