• Resolved Wesz808

    (@wesz808)


    First of all, what a great theme. There is only one thing I don’t like and i’m not able to change myself. As a photographer I dislike that the featured image is a bit dark when fullscreen (or past an amount of pix width).
    Only when hovered over (or with the screen small) the image is as bright as it should be. I want the image to alway be bright and not only when hovered. Somehow I’m not able to find the right lines in the CSS to ‘fix’ it.
    thanx it advance! One of the best free themes I’ve come across.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Thanks for the kind words 🙂

    The following CSS will make the featured images full opacity without hovering on both the blog and the post pages:

    .excerpt {
      opacity: 1;
    }
    .entry .featured-image:after {
      display: none;
    }

    You can copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    Thread Starter Wesz808

    (@wesz808)

    Thanx! It works, but you’ll probably know that already 😉

    Theme Author Ben Sibley

    (@bensibley)

    You’re welcome 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Opacity/Transparency featured image’ is closed to new replies.