-
Author
-
May 29, 2018 at 02:12 #199242
spocar
ParticipantHello team. I’m planing to change the color of the sub menu the background and font color only from the submenu. Thanks in advance
May 29, 2018 at 15:41 #199271Laura
ModeratorHello, the submenu of the header?
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 🙂
May 29, 2018 at 19:39 #199301spocar
ParticipantHello Laura. Yes the submenu from the header would like to change the color and font color.
Attachments:
You must be logged in to view attached files.May 30, 2018 at 15:49 #199378Laura
ModeratorHello, please try by adding this to style.css of child theme
COPY CODEul.dropdown li a { background: red !important; color: white !important; } ul.dropdown:before { border: red !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 🙂
May 31, 2018 at 06:32 #199444spocar
ParticipantHello Laura. Thanks for the code It works prefect, just noticed that there is not hover once I pass the mouse over the sub menus. Can you provide me a code for the submenu Background Color on hover? and if is possible also a color change for the font once i pass the mouse over?
May 31, 2018 at 18:54 #199519Laura
ModeratorHello for the hover just copy the code and paste it below, so it’d duplicated and add :hover to the end of the class. For example,
.header:hover {this is the css code}
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 🙂
June 2, 2018 at 08:20 #199651spocar
ParticipantHello Laura. I tried to do it by myself , but i think I didn’t understand what u tried to tell me. I pasted the code and added at the en the :hover but is not working.
June 4, 2018 at 19:20 #199887Laura
ModeratorHello, please share the full code you have so I can see it
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.