This topic has 4 replies, 2 voices, and was last updated 5 years, 6 months ago ago by Rose Tyler
Hi,
I would like to change the background color to white on 1 specific page only.
What CSS code shall I add?
Many thanks,
Fred
Hello,
Please provide URL of the page.
Regards
Hello,
Unfortunately, I can’t, the web site is offline, local on my machine.
In the custom.css, I added code for a background color that appears on all pages.
I created a page where I want to have a separate background color to the rest of the site. This page is called “welcome”.
Please help.
Hello,
Every page has an area for custom CSS code – http://prntscr.com/nil6nq
.page-wrapper {
background-color: white;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up