Find Answers and Get Support › Forums › Gorgo – Multi-Purpose Gutenberg Blog & Magazine Theme › Website Setup › Menus › Change Color of Mobile Menu Icon to Green
- This topic has 3 replies, 3 voices, and was last updated 2 years, 3 months ago by
Jason.
-
AuthorPosts
-
Biblebase CommunityParticipant@talenodigital
- 8 Topics
- 26 Posts
Hello,
Please help me change the Blue Icon Menu button to Green Accent Color that I set.
Kindly see attached image.
November 1, 2022 at 03:42 #43181@roboraptor- 0 Topics
- 412 Posts
Hi there,
Thanks for getting in touch!
Our support site is unavailable from Saturday, October 29, 22 until Tuesday, November 1, 22. Our team is on leave to celebrate our Belgian national holiday but rest assured that we will do our best to handle your requests as soon as we get back!
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help:
Kind regards,
November 1, 2022 at 03:42 #43182@themoceratops- 1 Topics
- 430 Posts
Hi @talenodigital,
To change this, simply add the following CSS snippet to your website:
/** * Use primary color for mobile menu button */ .main-navigation .navbar-toggler span, .main-navigation .navbar-toggler span::before, .main-navigation .navbar-toggler span::after { background-color: var(--grimlock-button-primary-background-color) !important; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Small disclaimer about code snippets : please note that we do not provide custom work and we only share code snippets as a courtesy to solve small or urgent issues.
Hope this helps!
Regards,
November 2, 2022 at 12:48 #43206Biblebase CommunityParticipant@talenodigital- 8 Topics
- 26 Posts
Hi Jason,
Thanks for the code snippet and detailed instruction.
It is working!
November 4, 2022 at 07:19 #43234 -
AuthorPosts
The topic ‘Change Color of Mobile Menu Icon to Green’ is closed to new replies.