Trying to add background color on single page

Hi. I have a blank test page which has default light-grey background. I’m on the Ethos stack editing in Pro. Trying to change color of the background of this one page.

I opened “CONTENT CSS” window and put in:

.entry-wrap { background-color: #95D804; } then saved.

This should be the color of green.

Nothing happened. No color change. So I am obviously doing this wrong.

Could someone help please.

Thanks
Jeff

Hi Jeff,

Please try adding this instead:

.x-main.full {
    background-color: #95D804; 
}

If that didn’t work, please check for CSS syntax error. Make sure all open { have corresponding closing }.

The following might also help to get the correct CSS selectors:

If the issue still exists after that, please share the page URL so we can check further. Thank you.

Thanks you for getting back Lely.

Unfortunately that didn’t work (I double checked syntax)

However, playing around, I got this to work fine:

body.page {background-color: #95D804;}

Thanks again

Glad to hear you got it sorted, @PlanetPluto.

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