How I can remove filter for site header? (Baskerville 2 theme)

  • Unknown's avatar

    Hello!
    I use Baskerville 2 theme, here:
    https://livepixel.blog/

    But image in header darker, than it should be. How can I remove this filter? I suppose I should use CCS, but how exactly can i do this?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Howdy livepixel42!
    The baskerville header image has the image opacity as 0.25, you can change it using CSS, you can just remove the opacity and it should show the original effect, without the opacity, add the
    following code to the Custom CSS and let us know how it goes

    .header .cover {
       opacity: 0;
    }

    You can adjust the Opacity from 0-1, closer to 0 its transparent and closer to 1 its opaque(Darker). By default Baskerville has 0.25 ,
    to make it transparent i tried it to 0. You can adjust the value as per your requirment.
    Hope this helps, let us know for any further information..!

    Regards

  • Unknown's avatar

    It works! Thank you very much!

  • Unknown's avatar

    Welcome..!, Glad, we could help you..! Let us know for any further assistance..! Best Wishes..! :)

  • The topic ‘How I can remove filter for site header? (Baskerville 2 theme)’ is closed to new replies.