Home Forums WoodMart support forum Category Title color and product count

Category Title color and product count

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #331492

    [email protected]
    Participant

    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.
    #331513

    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

    #331518

    [email protected]
    Participant

    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.
    #331523

    Hello,

    Please provide the page URL where you want to change the color.

    Best Regards

    #331525

    [email protected]
    Participant

    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.

    #331537

    Hello,

    Which design of categories have you set, the code does not work, cause it was provided for another design.

    Best Regards

    #331712

    [email protected]
    Participant

    so what do you need me to do? Im sorry I dont understand

    #331726

    [email protected]
    Participant

    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.

    #331762

    Hello,

    Please, provide your site admin access (insert the site credentials into the Private content block under the message area).

    Best Regards

    #331993

    [email protected]
    Participant

    Hello. I will try to get the site admin access.

    #332088

    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

    #332319

    [email protected]
    Participant

    thank you. this worked perfectly

    #332400

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 13 posts - 1 through 13 (of 13 total)

The topic ‘Category Title color and product count’ is closed to new replies.