Hello Support,
Client wants to have the image text that is on the “helper-main-menu.php” which is “DRAW OUTSIDE THE LINES” not to display only on the homepage but when you go to the other pages/posts, that text to display.
Below is the current code that I have on the header and I know I need some PHP code to say if home page don’t display the image else on all other pages/posts display the image.
<div class=”header_bottom mobile_header_bottom” style=”font-family:’satisfy’, cursive;”>
<div style=”margin-top:-5px;”>
</div>
</div>
Hope you can help.
Thanks,
MP
Hi Marcelo!
Please add following code to Quick CSS
.home div.header_bottom { display: none !important; }
Regards,
Yigit
Perfect … this works exactly how we want it to work :)
thanks again,
MP