This topic has 2 replies, 2 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
I created a seperate page for shop and assigned it from woocommerce settings.
Page is called “shop” I gave that specific page a different background color from visual editor custom css.
It does not load. Other pages custo css get loaded properly.
Only the shop page’s custom css does not get loaded.
How can I have a custom css for shop / categories / product pages?
Thanks.
Hello,
There is no possibility to add different styles for categories and shop page because one template is used for those pages.
Add this code to Theme options > Custom CSS > Global Custom CSS:
.archive body, .archive .st-content, .archive .page-wrapper, .archive .fixNav-enabled {
background-color: #bbb6a8;
}
.archive .menu-item > a {
color: white;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up