Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1382602
    sovann
    Participant

    How to i add this to my site?

    Kindly find attached file for your reference.

    Thank you

    #1382723
    Christian
    Moderator

    Hey there,

    Please see the Widget section at https://community.theme.co/kb/customizer-header/ for instructions.

    Thanks

    #1397810
    sovann
    Participant

    Hi there,

    How can i disable that Header Widget Areas on mobile phone?

    Please help ASAP.

    Thank you

    #1397872
    Jade
    Moderator

    Hi there,

    Please add this code in the CSS customizer:

    @media (max-width: 480px) {
        a.x-btn-widgetbar {
            display: none;
        }
    }

    Hope this helps.

    #1398562
    sovann
    Participant

    It works perfectly.

    Thank so much Jade.
    Sovann

    #1398857
    Thai
    Moderator

    You’re most welcome 🙂

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