Home › Forums › WoodMart support forum › How to bold a category of text? › Reply To: How to bold a category of text?
August 7, 2020 at 6:02 am
#217005
Elise Noromit
Member
Hello,
Replace the code with this one:
.vertical-navigation .item-level-0:hover>a {
background-color: transparent;
font-weight:bold;
}
Best Regards