I would like to know how do I make the side menu bold? Herewith the link to the screenshot https://docs.google.com/file/d/0BzdBqsq5lZ8WUlF3c3FPVVM4bFk/edit?usp=sharing
Hey,
You can use this on your custom.css or Quick CSS:
#top .widget_nav_menu ul ul li a {
font-weight: bold;
}
.widget_nav_menu a {
display: block;
padding: 4px 0px 5px 0;
text-decoration: none;
font-weight: bold;
}
Regards,
Ismael
It worked, thanks a mil