Hiding Logo on Mobile Devices

Home Forums Pro Support Hiding Logo on Mobile Devices

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68853
    Anıl OzturkAnonymous

    I would like to hide my logo on mobile devices, how can I manage it.

    Thank you in advance,

    #68856
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Anil,

    You will need to do this via some Custom CSS, using media queries. An example you can modify is shown below:

    @media (max-width: 1000px) {
       #responsive-menu-pro-header #responsive-menu-pro-header-bar-logo.responsive-menu-pro-header-box {
          display: none;
       }
    }

    Hope that helps

    Peter

    #68855
    Anıl OzturkAnonymous

    Thank you Peter,

    It works.

    Regards,

    #68854
    Peter FeatherstonePeter Featherstone
    Participant

    Hey Anil,

    No problem, glad I could help 🙂

    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hiding Logo on Mobile Devices’ is closed to new replies.