-
Stefanie
Hi team,
I would like to remove the gray box that is always shown around the mobile icon.
So far I have used this code in my style.css:.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover { background-color: transparent; }
But I would rather have this as a global style so that I have all the css in one place.
I have no idea how to convert this css code into a global style.
Can you help?Thank you!
-
Hi there,
I don’t think it’s necessary to save it as a global style.
But if you really want to, you can create a global style with the class
mobile-menu-control-wrapper
, then addmenu-toggle
andmenu-toggle:hover
:
https://app.screencast.com/9GmfrWSQWfDnc
https://app.screencast.com/erKJ9qJzKX59F -
Stefanie
Hi Ying,
that was actually easier than I expected 😊
Thank you!
-
You are welcome 🙂
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.