Archived topic
Mobile Navigation Menu Color Customization
1 reply · Started by Subhabrata on August 31, 2019
Viewing posts 1–2 of 2
Is it possible to change the drop-down menu background color to black and the link text color to red (just like the footer menu)?
You can find the mobile view screenshot here ==> https://drive.google.com/file/d/1UVkUQPrcAy_wHXJlU7NS-LfmCFQOwdqX/view?usp=sharing
Kindly help.
Hi there,
Try this CSS:
@media (max-width: 768px) {
.main-navigation .main-nav ul li a {
background-color: #000;
color: #f01b26;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.