Background Color on homepage only

Hello, Is it possible to assign a background color just to one page? On my homepage when the header bounces into position when scrolling up, I find that white very distracting. If I change the background color of the whole website the homepage looks great but it has undesirable effects elsewhere.

Is there anything I can do? Thanks,

  • K

Hi @kcostellomak,

Thank you for reaching out to is. You can assign a background color just to homepage with custom CSS by adding the following code in the Theme Options > CSS:

body.home {
    background: #a8d7ff;
}

Change the color as you need. Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

Thank you. It looks great now.

You’re always welcome @kcostellomak!

Cheers.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.