• Hi there,

    I need to remove the shading on the header image, I would like to have it as a plain white colour but it keeps giving it a black shadow

Viewing 1 replies (of 1 total)
  • Theme Author wpprobiz

    (@wpprobiz)

    Hi please use this CSS

    .page-title:before
    {
    background-color: rgba(0, 0, 0, 1) !important;
    }

    This will work for you

Viewing 1 replies (of 1 total)
  • The topic ‘Header image shading’ is closed to new replies.