Changing Colors of Menu-Toggle Close Button
-
1) How can I change the background color of Menu close button (https://snag.gy/jaVXr.jpg) on growthgravy.com mobile site to green or white?
2) On desktop menu close button gets camouflaged and comes back only when a mouse is hovered: https://snag.gy/Emy7L.jpg
I’ve used the following code:
.hero a.button-minimal { border-color: #009688; background-color: #009688; } .hero a.button-minimal:hover { border-color: #00897B; color: #fff; background-color: #00897B; } a.button-minimal { color: #fff; } a.button, a.button-minimal { background: #009688; border-color: ; } a.button-minimal:hover, a.button-minimal:focus, a.button-minimal:active { background: #00897b; border-color: #00897b; } .navigation-wrapper { background: #009688; } .menu-toggle:hover, .menu-toggle:active { color: #009688; }
3) How can I change the color of the Read more links to blue?
4) Why is there no space below the text widget on the mobile site, how can I add it? (Reference: https://snag.gy/4bKgg.jpg)
5) How Do I add text in the services above the image only on the mobile site as it doesn’t look great: https://snag.gy/Aw4AR.jpg
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing Colors of Menu-Toggle Close Button’ is closed to new replies.