Is there an easy way to make the text in the menus bold?
Is there an easy way to make the text in the menus bold?
Yes, just go to your theme's style.css file and add:
.dtree a:link, .dtree a:visited, .dtree a:active {
color:blue;
text-decoration:none;
font-weight:bold;
}
.dtree a:hover {
color:red;
text-decoration:none;
font-weight:bold;
}
I also added the color code in case you also want to change how it's showing in your side. If you don't want to add new color, just delete the color lines above.
Not *side, site!!!
Excellent, thanks!
This topic has been closed to new replies.