• Resolved krahb

    (@krahb)


    Hi,
    I’m looking for a way to remove the shade from for the banner image on the home page. I did remove it for for other pages with custom CSS:

    header.page-header::after {
        background: none;
    }

    But there is still a shade on the home page image.
    Can you help (I’m using the free version of your theme)?
    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • blossomthemessupport

    (@blossomthemessupport)

    Hi @krahb,

    To remove the banner overlay, add the below code in Additional CSS via Admin Dashboard > Appearance > Customize > Additional CSS.

    .site-banner .banner-caption {
        background: none;
    }
    Thread Starter krahb

    (@krahb)

    Great, it worked thanks!

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

The topic ‘Remove shade on cover/banner image’ is closed to new replies.