Hello, i have a simple question, but i dont know how to do it.
So i want to change the background color of the “real pages”.
With “real pages” i mean the pages without the “#”.
For example, a page with the # (www.mysite.com/#/site1) has a background color configurated in the customizer but “www.mysite.com/site1” has no background color and is simply white.
So i want to change that, and have an other color than white.
It would be cool if i can change this with custom css or something AND for every page differently.
Hi Daniel,
This custom css code will work for you but if you want to use different colors for each page then you need to find the page id code and paste it before the code;
.page-layout { background-color: #fff; }
Thanks
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.