• I’m not entirely sure how to remove the background gradient on this site. Ideally, I’d be able to use two different types of backgrounds:

    1) Solid color
    2) Background image (with no gradient overlay)

    Any ideas on how to go about doing this?

    Site in question:
    https://www.planestyling.com

Viewing 1 replies (of 1 total)
  • Hello,

    body.custom-background {
        background-color: FFFFFF; // put your color code here
        background-image: url() // put your background image between ()
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Removing the background gradient’ is closed to new replies.