Hi guys,
I want to adjust the font size used in the costum menu of a widget.
Can you guys provide me a CSS code?
Thanks.
Hey AlfredoS,
Please provide a link to the page/site in question.
Best regards,
Jordan Shannon
Hi,
This is the site: http://urbanbooking.nl/home-test/
Hi,
Is it the footer menu you need help with?
Best regards,
Jordan Shannon
Yes! The first column with the menu
( • Home
• Artiesten
• Evenementen
• Nieuws
• Contact)
I want to adjust the size of the font. It is to small.
Hi,
Add this to quick css:
#footer #nav_menu-2 a{
font-size:20px!important;
padding:5px 0!important;
}
Simply adjust the font-size to what you need.
Best regards,
Jordan Shannon