How to bold a category of text?
-
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.
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
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.
Hello,
Replace the code with this one:
.vertical-navigation .item-level-0:hover>a {
background-color: transparent;
font-weight:bold;
}
Best Regards
I need to always be on bold. And not how to touch. How to do it?
I always want the bold feature to be on. Because I don’t like to be a hover.
Hello,
Add this code as well:
.vertical-navigation .item-level-0 >a {
background-color: transparent;
font-weight:bold;
}
Best Regards
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.
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