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.
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
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/
Hi!
Seems like you figured it out – http://i.imgur.com/IBZwbpB.png ?
Active page is Speaking and hover on Class
Best regards,
Yigit
no: http://goodthinkinc.com/ is the example page (not mine), I want the same effect on my website http://www.nr27.nl/testmap/
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
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?
Hey!
Try adding this code to the Quick CSS:
.avia-menu-fx{
display: none !important;
}
Cheers!
Josue
works! only the drop-down menu shows it now but that doesn’t really bother me…..