Home › Forums › WoodMart support forum › Edit product categories Edit product categories This topic has 1 reply, 2 voices, and was last updated 7 months ago by Hung Pham. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 12, 2024 at 4:06 pm #565002 tharukamParticipant 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. May 14, 2024 at 8:11 am #565349 Hung PhamKeymaster 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, Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register