Dear WordPress-guru,
Can you help me enlarge the size of the menu buttons on the following page:
http://www.peetersduurzaam.nl/bs
The menu name is: Blue Stables
Please let me know if you need more info!
Kindest regards,
Pim
Hey eric_peeters!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.menu-blue-stables-container a {
font-size: 20px;
}
Regards,
Yigit
Great! Thanks Yigit!
Is it also possible to enlarge the font size of the menu title?
Regards,
Pim
Hey!
Please add following code to Quick CSS as well
#nav_menu-2 .widgettitle {
font-size: 30px;
}
Regards,
Yigit
Thanks!
Last question: how can I change the menu title to color #80BFFF?