• Hi!

    I would like everything on my webpage to appear at the same sharpness/brightness. Right now the pictures and side bar need to be hovered over for them to look normal and sharp. If the mouse is not over a photo or sidebar, these items look slightly faded. Is there a way to prevent this – please let me know. Thanks a lot

Viewing 1 replies (of 1 total)
  • This custom CSS should remove the opacity change:

    .header-image img,
    .entry-content img,
    .comment-content img,
    .widget img,
    .entry-thumbnail img,
    .widget-area {
        opacity: 1;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to use the CSS editor included in the Customizer as of WordPress 4.7. Head to Appearance > Customize > Additional CSS to add your custom CSS. Or use your existing custom CSS plugin’s editor if you have one.

    Let me know how it goes.

Viewing 1 replies (of 1 total)
  • The topic ‘Unnecessary fading of images and side bar (have to hover over to brighten)’ is closed to new replies.