Header (Secondary) menus

Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #17714

    Hi, how do you activate the Header Menu that appears in the menus area of the admin for the FitPro theme? I would like to add a secondary menu.

    Also, can you provide the correct CSS to add social icons of the menu bar?

    Demo site:
    http://dev.crossfitironlegion.com/

    For future upgrades, you may want to consider adding a widgetable Topbar.

    Thanks,

    Ben

    #17724
    Veena
    Moderator

    1. Will get back to you on this.

    2.Pls go to “widgets” screen and drag and drop social networks widget to Header area and save it.

    #17743

    I added the Social Networks widget to the header widgets area. The icons are currently overlapping the Location icon. Do you have custom CSS that can correct this? See my screenshot.

    #17746
    Veena
    Moderator

    Pls share a valid link to your site , we will suggest you the required custom CSS.

    #17754
    #17757

    Also, how do I remove the empty space that is left behind when I’m not using the location and timings icons? I’d like the main menu to move to the right and use up that space. See my screenshot.

    #17762
    Veena
    Moderator

    Pls add the following custom CSS in themeoptions-

    #header.sticky #sidebar-header .social-list {
        top: 80px;
    }
    #primary-menu {
        margin-right: 0;
    }
    

    OR

    #header.sticky #sidebar-header .social-list {
        top: 5px;
    }
    #primary-menu {
        top: 25px;
    }
    #primary-menu {
        margin-right: 0;
    }
    

    Regarding header menu- we will provide you the required code in next few hours.

    Thanks.

    #17769
    Veena
    Moderator

    For header menu – you can use “Custom Menu” widget in the “Header Area’ .

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘FitPro Theme Support’ is closed to new topics and replies.