Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #704073

    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.

    #704085

    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

    #704404

    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

    #704407

    View post on imgur.com

    Can you please help me also to delete this two white lines?

    #704412

    Hey!

    Please add following code to Quick CSS

    .container_wrap {
        border: none;
    }

    Regards,
    Yigit

    #704520

    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.

    #704535

    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

    #704564

    OK i try this. Thank you!

    #704567

    Cool. Great. A new feature?? GREAT!!!!!!

    How can i change the color and size of the button? bigger and to color red?

    #704571

    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

    #704590

    Work. CLosed. Thank you Yigit.

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘how can i add a button to the menu?’ is closed to new replies.