-
Author
-
July 20, 2016 at 20:34 #129684krazykazeParticipant
Hi, I changed the colors on the “Brands” menu and it looks great, background changed to black and text changed to white.
But when i go on the mobile menu the background doesnt change to black but the words change to white causing the words to pretty much disappear…
how can i change the mobile sub menu to black please.. if i can get this working I am golden! hope you can help me!
July 21, 2016 at 19:27 #129786LauraModeratorHello, please add this to style.css of child theme
COPY CODEul.dropdown-menu.sub-menu.pull-left a { color: black; }
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 🙂
July 21, 2016 at 21:57 #129810krazykazeParticipantHi Laura, thanks for replying. Unfortunatley when i use that code it also changes the text on the website menu to black making it not seen.
When i inspect element and change coding there it works, the coding i used is
@media (max-width: 991px) #header .navbar-nav .dropdown-menu>.active>a {
background-color: rgb(238,47,35);
}@media (max-width: 991px) #header .navbar-nav .dropdown-menu li a {
font-weight: normal;
font-size: 12px;
background-color: #000000;
}but when i put it into the custom css it does not change.. oh were so close! any ideas?
Cheers, Lorne
July 25, 2016 at 05:33 #130019LauraModeratorHello, use this 🙂
COPY CODE@media (max-width: 991px) { #header .navbar-nav .dropdown-menu>.active>a { background-color: rgb(238,47,35); } } @media (max-width: 991px) { #header .navbar-nav .dropdown-menu li a { font-weight: normal; font-size: 12px; background-color: #000000; } }
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 🙂
October 22, 2016 at 00:51 #140693letshatchParticipantHi Laura, how do you change the color of the menu text? I managed to change the size using your above code. Thanks
October 24, 2016 at 06:22 #140815LauraModeratorto change the color of a text use color: ;
for example
Menu item color for mobile menuCOPY CODE@media (max-width: 991px) { #header .navbar-nav .dropdown-menu li a { font-weight: normal; font-size: 12px; background-color: #000000; color:black !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 🙂
-
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.