Hi, i would like to have a border around the active main menu item. It must be a solid black border with rounded corners.
Is this possible? I searched the support forum but can’t find a proper solution.
THX Freek
Hi @Freek ;
add this line into your custom css file or into quick css zone :
adjust theme as you like.
/*CHANGE ACTIVE MENU - BORDER - MARGIN - PADDING - BACKGROUND-COLOR - BORDER-RADUIS */
#header .av-main-nav .current-menu-item > a > .avia-menu-text
{border:2px solid rgba(55, 55, 55 ,1) !important;margin-left:5px !important;padding:12px !important;background-color: rgba(255, 188, 8, 0.75) !important;border-radius: 8px !important;}
Thanks for the quick respons! It works great!
THX Freek