• Resolved blaize28

    (@blaize28)


    Hi,

    I would like remove the grey filter of the home page. Or at least, change the color.

    Anyone have an idea ?

    Thank you for your help,

Viewing 1 replies (of 1 total)
  • Hi,

    You can add the following CSS to your WordPress, using Advanced CSS Editor, to change the color:

    .header-content-wrap {
        background: rgba(0, 0, 0, 0.5) !important;

    Don’t forget to replace the above values with your custom values. Hope it helps. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Remove grey filter’ is closed to new replies.