Hello,
I would like to modify theme so I can display a big non fixed header but without social icons. How can I achieve that?
Hey gmarco!
You can choose to display “Fixed Header with Social Icons and additional Navigation” and remove social icons in Enfold theme options under Header tab http://i.imgur.com/uxV1DeV.jpg
If this is not what you meant, please elaborate
Best regards,
Yigit
Yes this is exactly what I want. The problem is that theme doesn’t allow you to delete the last social icon. So the social bar still apears with the last icon.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks li { display: none; }
Best regards,
Yigit
This code hides social icons. However if I want to remove the whole nav.sub_menu what code I need to add?
Hi!
You can add following code to Quick CSS to remove sub menu
.sub_menu { display: none; }
Regards,
Yigit
Hi!
Oh if you would like to remove the whole bar, please remove the codes i posted in my last 2 posts and add following
#header_meta { display: none; }
Regards,
Yigit
Perfect ! Thank you.