Hello. Is there a way in the Enfold theme to set up a logo like the one at http://www.alpinecleaning.com. In other words, the majority of the logo links to the homepage while the sections at the bottom “Fire”, “Water”, “Mold”, “Storm” each link to a different page. Also, the bottom of the logo overhangs the page (out of the header). I imagine to achieve the latter requirement that I set the custom margin in a column element to a negative number? Would that work?
Hi!
Please refer to this post – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ and add your buttons using widget area
Cheers!
Yigit
I’ll take a look. Thanks
Is it possible to image map the logo using custom CSS instead of using a widget that would require a child theme?
Hi!
You can add following code to Quick CSS in Enfold theme options under General Styling tab to move your logo down
.logo { top: 30px; }
But it is not possible to have logo linked to a few sites
Best regards,
Yigit
Okay. Thank you.