Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #816338

    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

    #816346

    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

    #816354

    I would like to have round border on main menu and not on sub menus

    Thanks

    #816356

    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

    #816359

    Ok but then when I am on a sub menu page I don’t have rounder border on the main menu

    #816362

    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!

    #816364

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘main menu only border’ is closed to new replies.