Reply To: Separate mobile header

Home Forums Support Separate mobile header Reply To: Separate mobile header

Home Forums Support Separate mobile header Reply To: Separate mobile header

#152749
Tom
Lead Developer
Lead Developer

You would have to use GP Hooks.

So something like this in your “Before Header Content” in “Appearance > GP Hooks”.

<div class="hide-on-mobile">
    <img src="URL TO DESKTOP HEADER" alt="" />
</div>

<div class="hide-on-desktop">
    <img src="URL TO TABLET/MOBILE HEADER" alt="" />
</div>

Let me know if you need more info 🙂

  • This reply was modified 8 years, 2 months ago by Tom.