Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #874116
    helloeng
    Participant

    Hi

    Can you please give me the css to remove the shadows of the mobile nav button? Please see pictures for what I mean.

    Thank you.

    #874119
    helloeng
    Participant
    This reply has been marked as private.
    #874314
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-btn-navbar.collapsed,
    .x-btn-navbar,
    .x-btn-navbar:hover {
        box-shadow: none;
        background-color: transparent !important;
    }

    Hope it helps 🙂

    #875284
    Alejandro Jose S
    Participant

    You could try this if that doesn’t work:

    .x-btn-navbar{
        box-shadow: 0 2px 0 0 transparent;
    }
    #875831
    Rupok
    Member

    Thanks for your input @elpanda13

    Have a nice day!

    #876265
    helloeng
    Participant

    sorry, neither of the above worked. any other ideas?

    #876611
    Christian
    Moderator

    Please add the code below in your Appearance > Customize > Custom > CSS

    .x-btn-navbar {
        box-shadow: none !important;
    }

    Hope that helps. 🙂

    #878179
    helloeng
    Participant

    yes it works! Thank you so much 😉

    #878648
    Prasant Rai
    Moderator

    You are most welcome.

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