• Hello,

    I would like to replace the grey gradient that goes across the text on the hero image with a png that scrolls with the text, unlike the image that is pinned in place. I was able to remove the gradient using this:

    .custom-header-media:before {
    background: none;
    }

    What is the correct syntax for replacing the ‘none’ with an image in my media library.
    Thank you

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

The topic ‘Replace gradient on header with image’ is closed to new replies.