Tagged: mega menu
This is my last formatting project with this site menu’s and I can not find the CSS for these items. I need to change the font, font size and spacing for these Mega Menu Column Items. I also would love to make them not clickable. if that is possible. =this formatting applies sitewide to all the menus
here is the link to the site
Hey!
use this code in Quick CSS field:
#top #header .mega_menu_title a {
font-size: 20px;
font-family: Verdana;
letter-spacing: 3px;
}
and adjust as needed.
Best regards,
Andy
perfect