This topic has 6 replies, 2 voices, and was last updated 7 years, 7 months ago ago by Rose Tyler
Hello,
I would like the category on each shop page to appear white – right now it is 252525. I was instructed a while back to use this in global css:
.page-heading a, .page-heading .woocommerce-breadcrumb, .page-heading .delimeter {
color: white !important;
}
but it doesn’t work…please help.
Hello,
You can add this code in Custom css:
.tax-product_cat .page-heading .title {
color: white;
}
Regards,
Rose Tyler.
Thank you – it worked just for category pages, not actual product pages. Please see private links.
Hello,
Please change previous code to:
.tax-product_cat .page-heading .title, .single-product .page-heading .title{
color: white;
}
Regards,
Rose Tyler.
Thanks – it works!
Hello,
You’re welcome!
Regards,
Rose Tyler.
The issue related to '‘PAGE HEADING/TITLES/CATEGORIES’' has been successfully resolved, and the topic is now closed for further responses