-
Author
-
August 11, 2016 at 18:44 #132081milenaParticipant
Good 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 #132237LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 14, 2016 at 13:47 #132369milenaParticipantHello 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
Attachments:
You must be logged in to view attached files.August 15, 2016 at 19:53 #132538LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 16, 2016 at 12:42 #132630milenaParticipantThanks Laura, it works!
How can I even change the color of the menu under?Thank you!
Attachments:
You must be logged in to view attached files.August 17, 2016 at 19:25 #132896LauraModeratorHello, 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 solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 19, 2016 at 10:54 #133162LauraModeratorGlad to help 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.