Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #997410

    lingqlee
    Participant
    This reply has been marked as private.
    #997548

    Rupok
    Member

    Hi there,

    To display the menu on blog page, let’s take off the below code :

    .blog header .x-navbar, .blog header .x-nav {
      display: none;
      visibility: hidden;
    }

    I am not sure what you are referring by “custom menu like yours”. Would you mention which menu you are referring? You can create One Page navigation and assign to any page.

    And we can’t recommend any company right now but you can try on Envato Studio maybe.

    Cheers!

    #997666

    lingqlee
    Participant

    Thanks for your reply.

    I want a custom menu on my blog page similar to yours http://theme.co/blog/

    Best regards

    #997832

    Rahul
    Moderator

    Hey there,

    It is a normal menu with using icons on them. Is there any specific you require?

    Thanks

    #998344

    lingqlee
    Participant

    Hello,

    What should I do to make this kind of menu on my blog?

    All the best

    #998789

    Rad
    Moderator

    Hi there,

    You can add HTML code within the label of your menu item. For example,

    <i class="x-icon" data-x-icon="&#xf015;" aria-hidden="true"></i> Home

    The &#xf015; is icon code for home, and you can check more codes here http://fontawesome.io/cheatsheet/

    Cheers!