• Resolved davidbrack

    (@davidbrack)


    Hi thanks for this plugin, I was wondering if there is way to add removing or changing the opacity of the overlay on the feature image, I would like to remove it completely

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Oliver Campion

    (@domainsupport)

    Hello,

    Can you put this CSS into the Customiser – Additional CSS and let me know if it’s what you require?

    .image-filters-enabled .site-header.featured-image .site-featured-image:before, .image-filters-enabled .site-header.featured-image .site-featured-image:after, .image-filters-enabled .site-header.featured-image:after {
    	display: none;
    }
    .image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
    	filter: none;
    }

    Thanks,

    Oliver

    Thread Starter davidbrack

    (@davidbrack)

    This does not seem to work.
    If you look at my test site you can see the images I want to remove the opacity from, this is what it should look like

    The images are added as feature images in each page but I was hoping the feature could be switched off

    Thanks

    David

    Plugin Author Oliver Campion

    (@domainsupport)

    Hmm, ok, can you please try this …

    .site-header.featured-image:after {
    display: none;
    }

    Let me know,

    Thanks,

    Oliver

    Thread Starter davidbrack

    (@davidbrack)

    thanks that worked

    David

    Plugin Author Oliver Campion

    (@domainsupport)

    OK, thanks for letting me know. I’ll look into adding an opacity control for this in the next update.

    Oliver

    Plugin Author Oliver Campion

    (@domainsupport)

    Just to update this thread, we’ve added this now as a control in the customiser.

    Oliver

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘opacity of the overlay’ is closed to new replies.