Tagged: x
-
AuthorPosts
-
June 25, 2016 at 7:03 am #1059182
tanjadietzParticipantHi,
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!!
June 25, 2016 at 7:11 am #1059195
ChristopherModeratorHi 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.
June 25, 2016 at 7:36 am #1059207
tanjadietzParticipantHey,
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
June 25, 2016 at 7:43 am #1059215
ChristopherModeratorHi 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1059182 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
