Forums
Home / Plugin: WP-dTree / [Plugin: WP-dTree] Bold text in menu
(@fizzgigg)
13 years, 12 months ago
Is there an easy way to make the text in the menus bold?
(@emoncao)
13 years, 10 months ago
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!