Gray filter in intro photos

  • Unknown's avatar

    Hi @thesacredpath, I went back and used some of the code that you provided for @rjs090100 that did the trick. Thank you!

  • Unknown's avatar

    Awesome, and you are welcome!

  • Unknown's avatar

    I’m a newbie. Am trying to lighten the gray overlay on my homepage, so it doesn’t completely cover the colour in the photo and see that people say the following code worked:

    .lodestar-intro .entry-content {
    opacity: 1;

    …. but I don’t know where to paste in that code. Can anyone assist?

  • Unknown's avatar

    I’m a newbie. Am trying to lighten the gray overlay on my homepage, so it doesn’t completely cover the colour in the photo and see that people say the following code worked:

    .lodestar-intro .entry-content {
    opacity: 1;

    …. but I don’t know where to paste in that code. Can anyone assist?

  • Unknown's avatar

    Hi @, in order to remove the overlay on the home page image, you would need to have the WordPress.com Premium Plan upgrade, which includes Custom Design and the ability to add Custom CSS. This would be the custom CSS you would need to remove the grey overlay on the main image.

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

    The above would be entered at Customize > CSS once you had the Premium Plan upgrade.

  • The topic ‘Gray filter in intro photos’ is closed to new replies.