Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #993523
    helloeng
    Participant

    Hi

    Is it possible to use a different logo for the mobile menu?

    Thanks.

    #993540
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    @media (max-width: 480px){
        .x-brand img {
            opacity: 0;
        }
        .x-brand {
            background: url(https://placehold.it/350x150) no-repeat center center;
        }
    }

    Replace https://placehold.it/350x150 with your image URL.

    Hope it helps 🙂

    #993564
    helloeng
    Participant

    Thank you!

    #993582
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-993523 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>