static home page-grey filter

  • Unknown's avatar

    Used Lodestar theme.

    I have uploaded an image for my static home page, but it has a grey filter on it. How do i remove this?

    Thanks!!

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

  • Unknown's avatar

    Hi amandachudacoff,

    The theme doesn’t have a built in option to remove the grey filter. You would need to upgrade to a Premium or Business plan and remove the filter with custom CSS.

    Once you’ve upgraded, try adding the following to My Site > Customize > CSS:

    body:not(.no-header-image) .custom-header-image::before, .lodestar-front-page .custom-header-image::before {
    background: none;
    }

    Keep in mind that the grey filter is there to make sure the white text is visible on top of the image.

  • The topic ‘static home page-grey filter’ is closed to new replies.