[Resolved] Clickable Header/Logo Image

Home Forums Support [Resolved] Clickable Header/Logo Image

Home Forums Support Clickable Header/Logo Image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #935114
    John

    Hi,

    I have a different header/logo image on desktop vs. mobile and wanted someone to be able to click those images and be taken to a specific page. Can you help me with that?

    #935116
    Leo
    Staff
    Customer Support

    Hi there,

    Try this:

    <div class="hide-on-mobile">
          <div class="site-logo">
                <a href="https://LINK-URL" title="SITE-TITLE"><img src="MAIN LOGO DESKTOP IMAGE" alt="" /></a>
          </div>
    </div>
    <div class="hide-on-desktop">
          <div class="site-logo">
                <a href="https://LINK-URL" title="SITE-TITLE"><img src="MAIN LOGO MOBILE IMAGE" alt="" /></a>
          </div>
    </div>

    Let me know if this helps ๐Ÿ™‚

    #935122
    John

    Yes, that worked perfectly. Thanks!

    #935184
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.