Tagged: menu
Hi guys, I have seen some sites using this theme where the color bar under the menu is much closer to the menu text, like directly under the letters.
Is there a way to move the position of the color bar up/down using CSS code?
Thanks!
Hi slingfly!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx { bottom: 30px; }
.main_menu .menu ul { top: 65%; }
Best regards,
Yigit
Perfect! Thats what I needed, thx