• I notice the single images I upload are dimmed/darkened in the Bulk theme. So a light, bright images becomes darker. How do I remove this?

    Thank you!

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

Viewing 1 replies (of 1 total)
  • Are you talking about the “shadow” at the top of the image under the main navigation? If so, you should be able to add the following in to Appearance->Customize->Additional CSS

    #site-navigation,
    #site-navigation.shrink,
    .transparent-header #site-navigation.shrink {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘how do you remove the dim/darkening of images in this theme?’ is closed to new replies.