• Hi,
    I want to make my banner image more clear. By default it is blurry, has a green color layer on it.
    Can you help me with that.
    Thank you.

Viewing 1 replies (of 1 total)
  • Hello @borjan123,

    To make the banner image more clear, please add below custom CSS via Dashboard > Appearance > Customize > Additional CSS.

    .banner-caption {
        background: none;
    }
    
    .banner-caption::before {
        background: none;
    }

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Make banner image more clear’ is closed to new replies.