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

    Hi
    Can you help me with best of of make header to match with the design attached below.

    Thank you,
    Raghu

    #817864

    Hey Raghu,

    Please go to Appearance > Menus and create a new menu, add Login and Register menu items in it and then check “Enfold secondary menu” under Menu Settings and save your page. Then go to Enfold theme options > Header > Extra Elements and choose to display that menu on your header. Then add “The Ultimate Guide..” text using phone info field and then simply choose to display your social network links.

    Best regards,
    Yigit

    #818373

    Actually I want to redesign the header exactly shown in the link, with across menu bar overlapped with logo and social links ext… Also will be with submenus compatibility. Please help the best way I can redesign the header

    Regards,
    Raghu

    #818462

    Hi,

    We would be glad to help you with this customization, but at the moment there is no easy way to do this by using a small custom code snippet, so I am afraid its out of the scope of our support.

    But please feel free to request such feature at our feature request system: https://kriesi.at/support/enfold-feature-requests/

    This system allows us to keep track of user suggestions and lets you vote on the feature you would like to see the most. I am afraid though there is no guarantee that a feature will get implemented. If that’s something you really need you can always try to hire a developer for the task :)

    Best regards,
    Yigit

    #820033

    Thanks for help,
    But I’m able to progress a bit (pls check the link). To carry on with my effort,.. menu items aligned “float: right “resulting menu items placed in reverse order. Can you plesae let me know how do I make it in normal order but aligned right. Chaining the menu items order will not look good on mobile.

    Thanks,
    Raghu

    #820035

    Hi,

    Please use following code instead

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child {
        display: inline-block;
        width: auto;
        float: right;
    }

    Best regards,
    Yigit

    #820108

    That’s amazing!!!, Thank you for the support. Alo can you help with how do I get modal pop up for Login and Register links.

    Thanks,
    Raghu

    #820226

    Hi,

    Please consider using a plugin such as this one – https://wordpress.org/plugins/zm-ajax-login-register/ :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.