how do i change the colour of my home page only
-
how do i change the colour of my home page only, i want my home page to be white while the rest are black
i tried css it didn’t work
Hi suhzi4pf,
Thanks for reaching to us.
I can see the homepage is in white, please let me know if you found the way.
Regards,
hello, no i havent found a way to fix it yet, i want just the home page to be white while the rest are black especially the shop,cart and checkout page
Hi suhzi4pf,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
body:not(.home) .wd-page-wrapper,
body.page:not(.home) .wd-page-content{
background-color: #000;
}
Regards,