Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059182
    tanjadietz
    Participant

    Hi,

    I want to make the menue for mobile activity visible (www.westernfir.de). How can I make it visible?

    Also I want to make the black lines next to the menue invinsible (should be white or go away). How can I make it?

    And I want to make the underline in the footer “Impressum” away

    Thanks!!

    #1059195
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (max-width:979px){
    a.x-btn-navbar.collapsed {
        color: red;
    }
    a.x-btn-navbar {
        font-size: 25px !important;
        margin-right: 13px;
    }
    }
    .x-colophon.bottom .x-colophon-content a {
        text-decoration: none;
    }
    

    Hope that helps.

    #1059207
    tanjadietz
    Participant

    Hey,
    sorry it doesn´t work…
    The only thing who works is the mobile navbar, thanks for that.

    But the black line next to the menue is still there and the underlined Impressum in the footer, too. Please help me.

    Thanks

    #1059215
    Christopher
    Moderator

    Hi there,

    Please find this code and close curly bracket :

    /*footer menu color on mobile*/
    @media (max-width:979px){
    .x-colophon a {
         color: #000000 !important;
         font-size:12px !important;  
    }
    

    Please add this :

    .x-icon-navicon:before, .x-icon-reorder:before, .x-icon-bars:before {
        content: "Menu";
    }
    

    Hope it helps.

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