Tagged: mobile menu
Hi guys!
Can you let me know how to make the text in my drop down menu white without affecting the text color on desktop? Right now the text is not popping out.
Hey Courtney!
I loaded the site and I can see it white, the links.
Have you managed to fix i out, or it is a different area you are looking for?
Cheers!
Basilis
Hi Basilis!
I should have clarified:
ON MOBILE ONLY: Can you let me know how to make the text in my drop down menu white (for mobile only) without affecting the text color on desktop? Right now the text for the mobile drop down menu is not popping out (hard to read the text)
Hi!
Please add this in the Quick CSS field:
@media only screen and (max-width: 767px) {
#mobile-advanced {
background-color: #ffffff;
color: #6786a1;
}
}
Regards,
Ismael
PERFECT!!!
That’s exactly what I wanted :) !
THANKS!