• Resolved alexanderangelov

    (@alexanderangelov)


    Hello,

    I’m using your plugin to list my posts on my homepage and a few other pages on my website.
    I tried to decrease the saturation of the dark color which overlays the featured images of the posts so that the title in white is visible, but couldn’t find an option for this.
    Could you tell me how I can decrease it? Should I do it with css?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author anwppro

    (@anwppro)

    Hello,

    You can do it with CSS.
    Add the code below to Appearance >> Customize >> Additional CSS.

    
    .anwp-pg-post-teaser__muted_bg {
        opacity: 0.7 !important;
    }
    

    Select opacity value from 0.1 to 1. I think 0.7 looks good.

    Hope it helps.

    Thread Starter alexanderangelov

    (@alexanderangelov)

    Perfect! Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to decrease dark on gradient over posts images’ is closed to new replies.