CMS Development

rupertcarlyon
Participant

Changing background colour on my page

Hi,

Is anyone able to give me the code for changing background colours in the template builder.  I am using the module peice.  I understand that I need to put the code below in the additional <head> markup

 

<style>
body {
background-color: E83363;
}
</style>

 

But I can't get it to work unfortunately.

 

Thanks

Rupert

0 Upvotes
1 Reply 1
ashleyidesign
Top Contributor | Partner
Top Contributor | Partner

Changing background colour on my page

Hey,

 

If that's the actual code you have in the site, you need to add # before the Hex color code. (IE #000000 is black and #ffffff is white).