How can i add a button to my main menu http://imgur.com/a/egIrS
I want to add a button at the right end of the main menu. can you please help me to add a button and link it to my newsletter signup page.
is there an easy way or can i add a new widget position there and then add a new page to this widget area? will this work without problems in mobile view? or is there a better solution?
Greetings, Conny
Hey!
You can go to Appearance > Menus and add your button as a new Custom Link and then choose to display button style.
If you would like to add a widget area to your header, please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/
Cheers!
Yigit
Can you please help me also to delete this two white lines?
Hey!
Please add following code to Quick CSS
.container_wrap {
border: none;
}
Regards,
Yigit
Cool thanks Yigit. How can i add a button to my main menu http://imgur.com/a/egIrS
I want to add a button at the right end of the main menu. can you please help me to add a button and link it to my newsletter signup page.
Hey!
You can go to Appearance > Menus and add your button as a new Custom Link and then choose to display button style, as i replied here.
Regards,
Yigit
OK i try this. Thank you!
Cool. Great. A new feature?? GREAT!!!!!!
How can i change the color and size of the button? bigger and to color red?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
color: orange;
background: blue;
border-color: green;
}
To change font size, please go to Enfold theme options > Advanced Styling and edit “main menu links”.
Best regards,
Yigit
Work. CLosed. Thank you Yigit.