Hi there,
this thread is not resolved yet: https://kriesi.at/support/topic/woocommerce-colour-selection-dont-play-nicely-together/
Can someone *please* help.
My question is how can I edit header.php to put that logo/banner in there?
Thanks!
V.
Hey vitaliss!
Edit header.php, find this code below:
<?php } //end blank check ?>
<div id='main'>
Under it, add this code:
<div id="av_section_1" class="avia-section main_color avia-section-no-padding avia-no-shadow avia-builder-el-0 avia-builder-el-first container_wrap fullsize" style="background-color: #f4f6f5; "><div class="container"><main role="main" itemprop="mainContentOfPage" class="template-page content twelve alpha units"><div class="post-entry post-entry-type-page post-entry-49"><div class="entry-content-wrapper clearfix"> <span class="avia-image-container" itemscope="itemscope" itemtype="http://schema.org/ImageObject"><img class="avia_image avia-builder-el-1 avia-builder-el-no-sibling avia-align-center " src="http://www.whitecranemassage.co.nz/files/2010/10/north-shore-massage-122.jpg" alt="" title="" itemprop="contentURL"></span></div></div></main></div></div>
Regards,
Ismael
Thank you Ismael!
Now the menu disappears when viewing from an ipad (with the ipad in vertical orientation only). Can something be done about this?
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.responsive .mobile_menu_tablet .main_menu {
display: block;
}
It is currently set to display none
Cheers!
Yigit
Brilliant. Everything works now :)
Thank you!