Home Forums WoodMart support forum Edit product categories

Edit product categories

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #565002

    tharukam
    Participant

    Hi, how do i change the background and font colour on this button? Also how can I stop the product numbers under each category been displayed when hovered over. Thank you.

    • This topic was modified 7 months ago by tharukam.
    • This topic was modified 7 months ago by tharukam.
    Attachments:
    You must be logged in to view attached files.
    #565349

    Hung Pham
    Keymaster

    Hi tharukam,

    Thanks for reaching to us.

    First of all, I’m really sorry have taken long time to reply you due to the weekend.

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    1. Background and Font colors

    div.cat-design-replace-title .wd-entities-title {
    	color: #000;
    	background-color: #fff;
    }

    2. Hide product numbers

    div.cat-design-replace-title .more-products{
    	display: none;
    }

    Regards,

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