Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1216615
    Peter C
    Participant

    Hi,

    When I click the mobile nav button, it disappears (or is white) when the drop down nav is displayed. How can I fix this?

    Also, is there a way to make the 3 lines thinner for the mobile nav symbol?

    Home

    Thanks!

    #1216913
    Friech
    Moderator

    Hi There,

    Thanks for writing in! First lets address the errors on your Custom CSS on Customizer. Look for the following block and address the syntax error.

    #1

         .x-btn.white:hover {
            text-shadow:none !important;
            font-weight:bold !important;
            border-radius: 2px !important;
            border: solid 2px #ffffff !important; 
            background-color: rgba(255, 255, 255, 0.08) !important;
            color: #ffffff; !important;
            }

    Remove the semicolon next to the color: #ffffff on that block.

    #2

              .x-colophon.bottom {
              padding-top: 20px;
              padding-bottom: 20px;
              text-align: center;
              border-top: 0px solid #eeeeee;
              font-size: 12px;
              line-height:1.6;
              box-shadow:none;

    This block is missing the closing bracket.

    The issue might resolve itself after you do those fixes. If not you can add this on your custom CSS on Customizer.

    header .x-btn-navbar:hover {
        color: red;
    }

    Hope it helps, Cheers!

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