tuanphan Posted August 13 Share Posted August 13 To change color of Product Category text on Shop/Category Page, you can use these CSS code. If it doesn't work, you can send link to shop page on your site, I will check again. #1. Category navigation text color on All Shop/Category Pages li.category-item a { color: #f1f; } Result #2. Category navigation text color on One Page You can use code to Page Header Injection <style> li.category-item a { color: #f1f; } </style> #3. Specific category navigation text (One Page) Use this code to Page Header Injection <style> li.category-item:nth-child(3)>a { color: #f1f !important; } </style> Result Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment