• Resolved dhenley2019

    (@dhenley2019)


    I am having no luck removing the dark overlay from the featured image/Home Page Banner. Can you please help?

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Jarret

    (@jarretc)

    Try the following in Appearance->Customize->Additional CSS

    .block-image-bg:before {
       background-color: none;
    }
    Thread Starter dhenley2019

    (@dhenley2019)

    I applied the CSS, but it hasn’t worked.

    Jarret

    (@jarretc)

    Try the following instead

    .block-image-bg:before {
       background-color: rgba(0,0,0,0);
    }
    Thread Starter dhenley2019

    (@dhenley2019)

    Eureka! Worked. Thanks!

    Thread Starter dhenley2019

    (@dhenley2019)

    Thanks again!

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

The topic ‘Cannot remove the dark overlay on’ is closed to new replies.