Tagged: x
-
AuthorPosts
-
July 2, 2016 at 11:14 am #1069665
renzofernandezParticipantHi,
I would like to change the color of the 3 lines of the mobile button when hovering the button to grey (rgb(115, 115, 115)). Basically, I want to have my mobile button to have the same effect as all of my other buttons on the site. How can I do this?website: http://feheleyfinearts.com/development/contact-cs/
Thank you.
July 2, 2016 at 12:11 pm #1069702
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.x-btn-navbar.collapsed:hover, .x-btn-navbar { color: rgb(115, 115, 115); } .x-btn-navbar.collapsed { color: #fff; }Hope it helps 🙂
July 2, 2016 at 5:20 pm #1069855
renzofernandezParticipantThanks Thai,
Works perfectly. Couple of more things, how can I remove the little shadow on the bottom of the mobile button?… and if there is a way for me to make the button square rather than with rounded corners (to match all other buttons) that would make it perfect.July 3, 2016 at 12:31 am #1070090
ChristopherModeratorHi there,
Please add this :
a.x-btn-navbar.collapsed { box-shadow: none; border-radius: 0; } a.x-btn-navbar { box-shadow: none; }Hope it helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1069665 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
