Hello
How can I have border only on main menu and not on submenus even if I have not menus with submenus?
Can I have border based on breadcrimbs?
I have the following css code but only works where I have submenus…
Thank you in advance and you are doing a great job with the enfols theme!
Regards
Hey devok!
Can you please post a link to your website and a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here :)
Cheers!
Yigit
I would like to have round border on main menu and not on sub menus
Thanks
Hi,
Please change your code to following one
#header .av-main-nav > li.current-menu-item> a > .avia-menu-text {
border: 2px solid rgba(55, 55, 55 ,1) !important;
margin-left: 5px !important;
padding: 10px !important;
border-radius: 40px !important;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Ok but then when I am on a sub menu page I don’t have rounder border on the main menu
I fixed using the following code:
#header .av-main-nav .current-menu-ancestor> a > .avia-menu-text
{border:2px solid rgba(55, 55, 55 ,1) !important;margin-left:5px !important;padding:10px !important;;border-radius: 40px !important;}
Thanks!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit