This topic has 4 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hi, can I change the colors of the any pages of my products? For example I have a page with name spall collection I would this page will be white, no blacke, but the header, footer and menu will be blank, only the page of products will be white with letters in black, is possible?
Thanks
Hello,
There is no such possibility by default, but you can add this code in Custom css for page http://prntscr.com/jigt8v :
.page-wrapper, .page-wrapper .container {
background-color: white;
}
.products-grid .product .product-name a {
color: black;
}
.title span {
background-color: white;
color: black;
}
.products-grid .product {
border-color: white;
}
.header-wrapper, .page-wrapper .header-wrapper .container {
background-color: #151515;
}
.header-type-2 .top-bar .container {
background-color: #cce100;
}
Regards
ohhhh you are the very best!! I love you!
thousand Thanks
You’re welcome 🙂
Regards
The issue related to '‘Change the colors of my them in page of my products’' has been successfully resolved, and the topic is now closed for further responses