Site – http://alexandere68.sg-host.com/
Towards the bottom of my site I have a section called “Immigration News”, I restyled those boxes to have a drop shadow but the drop shadow is also showing up on the “Awards & Recognitions” logo section.
I am using the following classes to make this change “.avia-content-slider .slide-entry” Are those the wrong classes?
Hey navindesigns,
Please try adding this CSS code:
.avia-logo-slider .slide-entry {
background-color: transparent !important;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
Best regards,
Nikko