Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1332191

    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?

    #1332207

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.