Hi, I recently added images to my main navigation but I need also a text below the image, but I could not find the CSS where i can arrange to have the text closer to the image.
Thanks
Daniel Maldonado
Hey Daniel!
Add this to your custom CSS.
.avia-menu a { line-height: 12px !important; }
Best regards,
Elliott
Thanks Elliot.