Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #358628

    Can you tell me how to hide the menu from our home page and also how to move the menu underneath the social media icons and align flush right? Link in attached. Thanks so much!

    #358751

    Hi annameis!

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

    .home .avia-menu.av-main-nav-wrap {
    display: none;
    }

    2- Please go to Enfold theme options > Header > Extra Elements and choose to display social icons on the top right of the header

    Cheers!
    Yigit

    #360814
    This reply has been marked as private.
    #361042

    Hi!

    Please go to Enfold theme options > Header > Extra Elements and choose to display social icons on the top bar on the right side and then add following code to Quick CSS

    ul.noLightbox.social_bookmarks {
    position: relative;
    top: 35px;
    }

    Cheers!
    Yigit

    #361195

    Thanks Yigit – I appreciate your help. I didn’t have any luck getting this to work. Any other thoughts?

    #361200

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #361834
    This reply has been marked as private.
    #362421

    Hi!

    You had a missing closing curly bracket in Quick CSS, i added it and it is working fine now. Please review your website.
    P.S.: Menu is hidden on your home page because of the code i posted here – https://kriesi.at/support/topic/hiding-menu-from-home-page-and-moving-menu-flush-right-under-social-media-icons/#post-358751

    Best regards,
    Yigit

    #363073

    Perfect! Thanks Yigit – have great day!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Hiding menu from home page and moving menu flush right under social media icons’ is closed to new replies.