Tagged: x
-
AuthorPosts
-
March 2, 2017 at 9:28 am #1391971
alisonglassParticipantHi there!
I have been trying to recolor my hamburger button in Renew.
I found this code from another question and it fixed some of my color styling issues in my hamburger button.a.x-btn-navbar.collapsed,
.x-btn-navbar:hover{
background-color: red; /* Change to your preferred background color for hamburger button*/
}
.x-navbar .mobile .x-nav {
background-color: red; /* Change to your preferred background color for mobile menu*/
}Currently my button is pink and then when you hover, it turns navy and it doesn’t make sense to me. I would like to how do I color the hover state rather than the normal state?
Thanks!
My site is alisonglass.com
-JessicaMarch 2, 2017 at 11:03 am #1392089
DarshanaModeratorHi Jessica,
Check the following custom CSS rules and set the your preferred color values.
Hover:
.x-btn-navbar, .x-btn-navbar.collapsed:hover { background-color: #476481; }Normal state:
a.x-btn-navbar.collapsed, .x-btn-navbar:hover { background-color: #ed1162; }Hope that helps.
March 2, 2017 at 11:24 am #1392111
alisonglassParticipantThat works great! thank you so much!
March 2, 2017 at 11:51 am #1392144
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1391971 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
