• I’m trying to strengthen the opacity on the 3 media highlights below the homepage. They are an old Post Grid layout. Currently, the opacity is set to 0.3 and I’d like to up it to 0.7. I’m not sure the exact code or where to place it to make this change. Any help would be greatly appreciated!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Please use following CSS under custom CSS input field

    
    .post-grid .item .layer-media {
        opacity: 0.3;
    }
    Thread Starter tricialong

    (@tricialong)

    Thank you – I tried that and it did not work. I placed it in the Post Grid Custom CSS input field and tried on the Theme Customization Additional CSS area as well. Neither worked for me.

    When I inspect the page and adjust the opacity to 0.7 – it works exactly how I want. But even when I copy that code into the CSS areas, nothing adjusts as it should.

    Any other recommendations?

    Thread Starter tricialong

    (@tricialong)

    Following up here as I’d really like to get this little tweak updated. It makes a world of difference when viewing the page.

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Grid Background Opacity’ is closed to new replies.