• Resolved tricialong

    (@tricialong)


    I’m trying to strengthen the opacity on the 3 media highlights below the homepage. They are an old Post Grid layout. I was given the below code on another thread but it did not work in either the Post Grid Custom CSS or the Theme Additional CSS areas. No one has gotten back to me there so trying again.

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

    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?

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

Viewing 1 replies (of 1 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    CSS should work fine, please check if you use any cache plugin try to deactivate or clear cache first

    
    .post-grid .item .layer-media {
        opacity: 0.7;
    }

    Regards

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