Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #36013
    Victoria S
    Participant

    Hi!

    I was wondering how to remove the inner/outer shadow on the mobile button in the navbar?
    I’m using integrity.

    Thanks for an amazing theme and even more amazing support! You’re really spoiling us 😉

    Victoria

    #36209
    Christian
    Moderator

    Hey Victoria,

    In the Customizer > Custom > CSS, please add the code below.

    .x-btn-navbar.collapsed, .x-btn-navbar.collapsed:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
    

    Hope that helps. 🙂

    #36910
    Victoria S
    Participant

    Hi!

    Thanks! That helped for the outer shadow, but once I press the button it still gets the inner shadow effect. Any idea of how I get rid of that too?

    Victoria

    #37015
    Support
    Member

    Hi Victoria!

    You can add this one:

    .x-btn-navbar.collapsed:hover {
    color: #959595;
    background-color: #0a0a0a;
    box-shadow: none;
    }

    Change the color values or completely remove them if you want.

    Cheers!

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