Viktor Graf
asked 10 years ago

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
DominicStaff
answered 10 years ago

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 !

Viktor Graf
answered 10 years ago

Great, that works!
Thank you!

Powered by DW Question & Answer Pro