Category Title color and product count
-
Hello, I am looking for a way to change the color of the category title along with the color of product count as well. See screenshot attached.
I found this code in the forum, and it worked for the title, but not the product count.
h3.wd-entities-title.category-title {
color: black;
}
Please assist.
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cat-design-default:hover .more-products {
color:red;
}
Please set the color as per your needs.
Best Regards
Thank you. However, this did not seem to work. Please see attached screenshots and let me know if I did something incorrectly.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL where you want to change the color.
Best Regards
we are still staging and testing. the first line of css works to change category title to black. However, when you hover over the category, and the product count in that category appears, it does not change the color.
Hello,
Which design of categories have you set, the code does not work, cause it was provided for another design.
Best Regards
so what do you need me to do? Im sorry I dont understand
These categories are being displayed in a section in elementor. How is the best way to update these colors for the category title and product count then?
I have been able to change the title but not the product count when you hover over the element.
Hello,
Please, provide your site admin access (insert the site credentials into the Private content block under the message area).
Best Regards
Hello. I will try to get the site admin access.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cat-design-center:hover .more-products a{
color:yellow;
}
body .cat-design-center .wd-entities-title {
color:yellow;
}
Set the color as per your needs.
Best Regards
thank you. this worked perfectly
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Category Title color and product count’ is closed to new replies.