How to change a PAGE background colour? Seems to be automatically white?

Solved

How to change a PAGE background colour? Seems to be automatically white?

SMorgan1
Tourist
7 1 0

How can I change my PAGE background colour in Shopify? 
I've linked my Privacy Policy page to the correct link, but for whatever reason cannot edit the theme within that shopify page, so the background is white, when I'd like it to match the rest of my website with colour #F8F5F0 with #33271D as the font colour.  
Any suggestions?  I've tried editing the code but that hasn't seemed to work. 

Accepted Solution (1)
SMorgan1
Tourist
7 1 0

This is an accepted solution.

Hi AnneLuo, 
I managed to fix it by updating the Custom CSS on the page.  Thank you for offering your help though! 

For anyone else needing assistance with this - the easiest way is to go into customise your theme, navigate to the page you'd like to change the colour of, and from there edit the 'Custom CSS' for that page.  

Simply add the below: 
{
background-color: ENTER COLOUR YOU WOULD LIKE;
}
{
font-color: #ENTER COLOUR YOU WOULD LIKE;
}
{
title-color: #ENTER COLOUR YOU WOULD LIKE;
}

View solution in original post

Replies 2 (2)

AnneLuo
Shopify Partner
1300 228 267

Hi, @SMorgan1 

Please share the store URL so that I can assist you.

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to Email Me   

Buy Me A Coffee

SMorgan1
Tourist
7 1 0

This is an accepted solution.

Hi AnneLuo, 
I managed to fix it by updating the Custom CSS on the page.  Thank you for offering your help though! 

For anyone else needing assistance with this - the easiest way is to go into customise your theme, navigate to the page you'd like to change the colour of, and from there edit the 'Custom CSS' for that page.  

Simply add the below: 
{
background-color: ENTER COLOUR YOU WOULD LIKE;
}
{
font-color: #ENTER COLOUR YOU WOULD LIKE;
}
{
title-color: #ENTER COLOUR YOU WOULD LIKE;
}