Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #182701

    Hi Kriesi,
    Is there a way to add a button / two buttons with icon in menu? I have done it with #menu-item CSS but I would like to have buttons with icons.

    Example here

    This would be a great feature for a couple of my other customers too.

    Regards,

    Espen

    #182751

    Hey vollern!

    You can create a button using the Advance Layout Editor then inspect the button element. Copy the actual html code. Edit header.php, find this code:

    do_action('ava_after_main_menu');
                            ?>

    Below, add the html code for the button.

    <div class="avia-button-wrap avia-button-center avia-builder-el-0 avia-builder-el-no-sibling "><a href="" class="avia-button avia-icon_select-yes avia-color-theme-color avia-size-medium avia-position-center "><span class="avia_button_icon" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span><span class="avia_iconbox_title">Click me</span></a></div>

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Buttons in menu instead of search’ is closed to new replies.