Home › Forums › WoodMart support forum › How to bold a category of text? How to bold a category of text? This topic has 8 replies, 2 voices, and was last updated 4 years, 5 months ago by Elise Noromit. Viewing 9 posts - 1 through 9 (of 9 total) Author Posts August 6, 2020 at 1:32 pm #216898 previnaParticipant I wanted to ask, how do you make only this place colored? I want it to be 600 bold. On the parent category. I leave an example Attachments:You must be logged in to view attached files. August 6, 2020 at 9:02 pm #216970 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .vertical-navigation .item-level-0:hover>a { background-color: #F9F9F9; color: #494949; font-weight:bold; } Change the styles as per your needs. Best Regards August 7, 2020 at 6:00 am #217002 previnaParticipant I don’t want to have a hover feature. I want it to be like an example, these 2 categories would be bold. Attachments:You must be logged in to view attached files. August 7, 2020 at 6:02 am #217005 Elise NoromitMember Hello, Replace the code with this one: .vertical-navigation .item-level-0:hover>a { background-color: transparent; font-weight:bold; } Best Regards August 7, 2020 at 6:05 am #217007 previnaParticipant I need to always be on bold. And not how to touch. How to do it? August 7, 2020 at 6:06 am #217008 previnaParticipant I always want the bold feature to be on. Because I don’t like to be a hover. August 7, 2020 at 6:18 am #217015 Elise NoromitMember Hello, Add this code as well: .vertical-navigation .item-level-0 >a { background-color: transparent; font-weight:bold; } Best Regards August 7, 2020 at 6:26 am #217023 previnaParticipant Now after entering the code I am all black. I would just like this category 2 bold. Attachments:You must be logged in to view attached files. August 7, 2020 at 7:41 am #217049 Elise NoromitMember Hello, Please navigate to Appearance > Menu > Chose the category menu and insert a class in the menu item which you want to make bold. You will find the instruction on how to do it here: https://xtemos.com/docs/woodmart/create-menu-2/ Best Regards Author Posts Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in to create new topics. Login / Register