• Greetings. I would like to change the background of a single page to a gradient from left to write starting with #383E3AFF and ending with #6B8777FF. Is there a css code I can add to a single page to do that?

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hi,

    Thanks for reaching out and apologies for the delay. Try adding this to your custom css:

    .contentclass {
    background: linear-gradient(0.25turn, #383E3AFF, #6B8777FF);
    }

    Does that work as you’re wanting? If not, please post a link.

    Kindly,

    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘How to change background color on single page’ is closed to new replies.