Hi there ,
Is there a way to have the home page background black but the background on all other pages be white ?
Hi there ,
Is there a way to have the home page background black but the background on all other pages be white ?
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
https://trendidressrentals.com/
Thanks for your help
thanks URL but its password protect
Please follow the steps:
Hi @LitExtension ,
I’ve pasted that code and it still isn’t changing the background on all other pages . We want the home page to remain black - while our product pages change to white .
Here is our website https://trendidressrentals.com
Password is : freoli
Hi @KetanKumar ,
Password is “freoli”
thanks can you please try this
body {
background: #fff !important; /* other pages */
}
body.template-index {
background: var(--color-body) !important; /* home page */
}
@KetanKumar Thank you so much that worked perfect .
it’s my pleasure to help us