Hi
I start to have problem in Main Menu and Main Menu sub levels editing after use this code to increase website text font size
in General Styling>Quick CSS Box
`body {
font-size: 14px;
}
so basically if i increase font size on main Menu in Advanced Styling it works but then if i change anything in Main Menu Sub levels the main menu change will go back to default..
i try to delete the code but problem continuous.
Hey ProAnts!
Please add following code to Quick CSS to adjust menu item font sizes
#top #header .av-main-nav > li > a {
font-size: 18px !important;
}
#top #wrap_all .av-main-nav ul > li > a, #top #wrap_all .avia_mega_div, #top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
font-size: 16px !important;
}
Regards,
Yigit
tks problem solved.