I'm a newbie at this:- )How do you change the background color to white. Only on your store-site. I have changed the general color of the whole site to black, but I need my store's background color to be white.
This code should work (i checked your site with this code)
body#cart .Header--bottom {
background: #fff;
}
body#cart .Header--bottom * {
color: black;
}
Question
Luc 0
Hi,
I'm a newbie at this:- )How do you change the background color to white. Only on your store-site. I have changed the general color of the whole site to black, but I need my store's background color to be white.
i was told only custom code could do this.
The best,
Kristian.
Link to post
Top Posters For This Question
8
6
3
Popular Days
Nov 6
8
Nov 12
3
Nov 11
3
Nov 9
2
Top Posters For This Question
tuanphan 8 posts
Luc 6 posts
FoxholeSpirits 3 posts
Popular Days
Nov 6 2019
8 posts
Nov 12 2019
3 posts
Nov 11 2019
3 posts
Nov 9 2019
2 posts
Popular Posts
tuanphan
/* Product Items */ .collection-type-products.view-item .Main-content { background: #fff; } .collection-type-products.view-item .Header.Header--bottom { background: #fff; } .collection-type-pr
tuanphan
replace .Main-content with main.Main
tuanphan
This code should work (i checked your site with this code) body#cart .Header--bottom { background: #fff; } body#cart .Header--bottom * { color: black; }
Posted Images
16 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment