Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #424853

    Hey guys!

    I’ve seen a couple of menu-style-options to choose from, but cannot seem to find it now….?!
    I’m looking for the button style, something like http://goodthinkinc.com/
    Any suggestions?

    Cheers.

    #424985

    Hi C0rien!

    When you edit your menu links click on the dropdown arrow and there will be an option for changing the button style.

    Cheers!
    Elliott

    #425135

    sometimes it can be so simple, thankyou.
    How do I get the effect of button style (colored) on present page, -bordered on hover and default for the others?
    see http://goodthinkinc.com/

    • This reply was modified 9 years, 7 months ago by C0rien.
    #425264

    Hi!

    Seems like you figured it out – http://i.imgur.com/IBZwbpB.png ?
    Active page is Speaking and hover on Class

    Best regards,
    Yigit

    #425385

    no: http://goodthinkinc.com/ is the example page (not mine), I want the same effect on my website http://www.nr27.nl/testmap/

    #426304

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav > li.current_page_item > a > .avia-menu-text {
      background-color: #1e73be;
      color: white;
      border-radius: 5px;
    }
    .av-main-nav > li > a > .avia-menu-text {
      padding: 5px;
    }
    .av-main-nav > li:hover > a > .avia-menu-text {
      border: 1px solid #1e73be;
      border-radius: 5px;
    }

    Cheers!
    Yigit

    #426414

    Great; thank’s! Although the menu items are not exactly alined in the middle….
    one last thing; how do I turn of the line underneath the menuitems?

    • This reply was modified 9 years, 7 months ago by C0rien.
    #426836

    Hey!

    Try adding this code to the Quick CSS:

    .avia-menu-fx{
    display: none !important;
    }

    Cheers! 
    Josue

    #426950

    works! only the drop-down menu shows it now but that doesn’t really bother me…..

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘menu button style’ is closed to new replies.