Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #321081

    Hey
    can you give me an adivce how to realize an extra menu in the header like on this page?

    See the More button in the header.
    We could use it as a site navigator

    Do you recommend a plugin for that or is it possible to handle that via shortcode?

    Thanks in advance

    #321203

    Hey heufti65!

    You are going to need to use a plugin for such feature. You can try using UberMenu – http://codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703
    It would be better if you contact author and ask if it would be possible to realize such thing using their plugin

    Regards,
    Yigit

    #321243

    Its it possible to give just one button in enfold menu an extra colour to have it little bit outstanding? Maybe via CSS?

    #321249

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    li#menu-item-1561 .avia-menu-text {
    background-color: orange;
    padding: 5px;
    border-radius: 5px;
    color: white;
    }

    You can right click on menu item on Chrome or Firefox to inspect elements to find menu item ID’s http://i.imgur.com/HyPTCRg.jpg

    Cheers!
    Yigit

    #321295

    Wow. Thank you, Yigit.
    Great Support.

    #321314

    Hi!

    You are welcome, glad we could help!

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Extra Menu as Site Navigator’ is closed to new replies.