Home Forums FAQ [How To] Add Button in Menu (Unicon)

Home Forums FAQ [How To] Add Button in Menu (Unicon)

  • Creator
    Ticket
  • #81151
    Phil (Support)
    Support Staff

    [img]https://s3.amazonaws.com/f.cl.ly/items/3f0g3e2K452W2P2V2B2O/Bildschirmfoto%202016-07-12%20um%2023.08.10.png[/img]

    To add a button to your main navigation, add the class “borderbutton” to one of your menu items under Appearance > Menus. Then add the following CSS to the Custom CSS field in the Theme Options.

    (v1.1 – fixed button styling in mobile menu)

    .header .borderbutton a{
        border:1px solid #1cbac8 !important;
        padding:10px 20px !important;
        margin-top:-11px !important;
        border-radius:3px;
        margin-right:15px !important;
        margin-left:5px !important;
        color:#1cbac8 !important
    }
    #header.header-transparent .borderbutton a{
        border:1px solid rgba(255,255,255,0.5) !important;
        color:#fff !important
    }

    Here is how it looks: http://unicon.hellominti.com/home/home-onepage/

The forum ‘FAQ’ is closed.