Tagged: social media icons
Hi, I don’t want to display any social media icon in the header of my page. How can I organize that?
And can I remove the complete menu? Because it is a one page site.
Hey broggen73,
Try to go to Enfold > Header > Extra Elements > Header Social Icons set to No social icons
As for removing the complete menu, I believe you’re referring to the Main Menu, please go to Enfold > General Styling > Quick CSS, then add this CSS code:
#top #avia-menu {
display: none;
}
Best regards,
Nikko