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!
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
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
Thanks Yigit – I appreciate your help. I didn’t have any luck getting this to work. Any other thoughts?
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
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
Perfect! Thanks Yigit – have great day!