Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1183696
    alisonglass
    Participant

    I would like to style my hamburger button to be flat, without the shading on mobile and tablet sizes. I tried to figure out its class name but could not. My site is alisonglass.com
    Thanks!
    Jessica

    #1183779
    Nabeel A
    Moderator

    Hi Jessica,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

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

    Let us know how this goes!

    #1185447
    alisonglass
    Participant

    This worked great! Thanks! One more question is there away to change the color of it to match my typography? My type is currently #333.

    -Jessica

    #1185871
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates! To change the color, please use this code:

    .x-btn-navbar, 
    .x-btn-navbar.collapsed,
    .x-btn-navbar.collapsed:hover {
        color: #333;
    }

    Hope this helps. Kindly let us know.

    #1196091
    alisonglass
    Participant

    This was AWESOME!!! Thank you!

    #1196104
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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