Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1152041

    Hi, I would like to insert the site’s logo on the mobile menu, above the sessions … maybe even a different logo. I tried searching the forum but no code was helpful to me!
    Thanks
    Francesco

    #1152340

    Hey Francesco,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #1152515

    I Victoria,
    I would like the logo to appear above the menu items when the menu opens!
    Thanks,
    Francesco

    #1152516
    #1152745

    Hi cisky979,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    
    @media only screen and (max-width: 479px) {
      .responsive .logo img {
          z-index: 9999;
      }
    }
    

    This is the fastest and easiest solution available now.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1153213

    Thank you, the result satisfies me! :)
    I would also like to know if it is possible to insert a different logo (with another image).
    Thanks!

    #1153318

    Hi cisky979,

    Do you mean a different logo on mobile or in the burger overlay?

    Best regards,
    Victoria

    #1153337

    A different logo on mobile! :)

    #1154335

    Hi cisky979,

    Please have a look at the solution posted here:

    If you need further assistance please let us know.
    Best regards,
    Victoria

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