Hello Support,
I tried to customize the font size of the menu, but nothing happens.
http://designwall.com/question/how-to-change-font-size-of-the-menu/
Maybe there is another solution?
If you want take a look http://www.rohkost-blog.com , the menu Bars on left and right sites. “Kategorien” and so on.
Thanks
Viktor
2 Answers
Hello Viktor !
To change the font size of the menu in your site, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)
<style>
.widget_pages a {
font-size: 16px;
}
.widget_categories li {
font-size: 16px;
}
</style>
Hope this helps !
Great, that works!
Thank you!
Please login or Register to submit your answer