Tagged: x
-
AuthorPosts
-
January 18, 2017 at 3:34 am #1334747
alamtfuerwerbungParticipantsub.ihrwiderruf.de
Hi, want to change the background color of the mobile navigation and I used .x-btn-navbar.collapsed
Now the background color is only white in a small range, if I make the browser smaller, background color changes back to the old setting.
And is it possible to give the mobile navigation the same hover effect than the regular navigation. That means lines blue and background white, when hover reverse.
Thx
AndreJanuary 18, 2017 at 4:35 am #1334812
Paul RModeratorHi Andre,
You can add this under Custom > Edit Global CSS in the Customizer.
body .x-btn-navbar { background-color: #fff; color:#083e62; }body .x-btn-navbar.collapsed:hover {
background-color: #083e62;
color:#fff;
}
`Hope that helps
January 18, 2017 at 5:18 am #1334856
alamtfuerwerbungParticipantHi, I´m afraid button still has this color:
http://prnt.sc/dx5d29January 18, 2017 at 5:23 am #1334861
Paul RModeratorHi,
Please change the code to this.
body .x-btn-navbar { background-color: #fff !important; color:#083e62; } body .x-btn-navbar.collapsed:hover { background-color: #083e62 !important; color:#fff !important; }Hope that helps.
January 18, 2017 at 5:48 am #1334891
alamtfuerwerbungParticipantThis reply has been marked as private.January 18, 2017 at 6:02 am #1334905
ChristopherModeratorHi there,
The closing curly bracket is missing on following code :
@media (min-width: 920px){ .my-image { float:left !important; }It should be :
@media (min-width: 920px){ .my-image { float:left !important; } }Thanks.
January 18, 2017 at 6:29 am #1334941
alamtfuerwerbungParticipantTHANK YOU!!!
January 18, 2017 at 6:39 am #1334947
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1334747 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
