Hi Enfold Team
How can i change how the first sublevel links look like.
On my site the Links are formatted with a larger font.
The advanced styling option for sublevel does not work.
you can see it here: http://i.imgur.com/0W4rSeR.jpg
Hi rolfroyce!
you can control font size with this code in Quick CSS field:
#header .mega_menu_title {
font-size: 10px;
}
Cheers!
Andy