Is there an easy way to accomplish having multiple headers in Enfold?
I need to have a main header for the home page, but would love to be able to have sections with their own headers (variant of logo) and different navbar. This would help facilitate a deep website while keeping intuitiveness in a more visual way.
Hi solarmediapro!
You can use this plugin – https://wordpress.org/plugins/zen-menu-logic/
and change the logo on pages using custom CSS code with page id’s as following
.page-id-5959 .logo img { opacity: 0; }
.page-id-5959 .logo a { background-image: url(linktoyourlogo.png); }
Please add the code to Quick CSS field in Enfold theme options > General Styling. You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
Yigit