-
Author
-
August 11, 2016 at 18:44 #132081
milena
ParticipantGood morning,
I would like to change the color of hamburger menu and I’d also like to remove the normal menu the background color of the hover.How can I do ?
Thank you
August 12, 2016 at 22:52 #132237Laura
ModeratorHello, only on homepage?
You can change global styles at Sweetdate > StylingHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 14, 2016 at 13:47 #132369milena
ParticipantHello Laura,
I tried to edit or remove the colors but I have background on mouse over the color blue, I’d take it off.
I’d also like to change the background color to the burger menu, that he is blue.
How can I do?Thank you
August 15, 2016 at 19:53 #132538Laura
ModeratorHello, try adding this to style.css of child theme 🙂
COPY CODE#header .top-bar ul > li:hover:not(.name) a { color: #ffffff !important; } .top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background: #e2041c !important; } @media only screen and (max-width: 940px) { .top-bar > ul .name h1 a { background: #e2041f !important; color: white !important; } .top-bar ul > li.toggle-topbar { background: #e2041f; } .icon-reorder:before { content: "\f0c9"; color: white; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 16, 2016 at 12:42 #132630milena
ParticipantThanks Laura, it works!
How can I even change the color of the menu under?Thank you!
August 17, 2016 at 19:25 #132896Laura
ModeratorHello, use this 🙂
COPY CODEul.dropdown li a { background: #e2041c !important; }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 19, 2016 at 10:54 #133162Laura
ModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.