• mbl1119

    (@mbl1119)


    I want to remove the shadow from the slider.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Are you using a plugin for this slider? If so, I recommend asking at that plugin’s support so its developers and support community can help you with this.

    If slider is a feature of your theme, then I recommend asking at that theme’s support so its developers and support community can help you with this.

    CGS Web Designs

    (@cgscomputers)

    The moderator’s answer is the correct one. However, you can likely accomplish this with some custom CSS. In your Customizer, under the additional CSS section, add this code and see if it works:

    .cv-container image-overlay {
       display: none;
    }

    This is not the cleanest way to do it, and you want to check your plugin settings to see if it can be configured there first.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Shadow’ is closed to new replies.