Archived topic
Off Canvas Menu : SubMenu Font size
3 replies · Started by letsdoit on March 28, 2020
Viewing posts 1–4 of 4
Hello Team,
Could you please direct me in right direction for css of changing font size of submenu for off canvas menu.
Hi there,
Try this CSS:
@media (max-width: 768px) {
.slideout-navigation.main-navigation .main-nav ul ul li a {
font-size: 8px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Thanks Leo, it did work
No problem :)
This archived topic is closed to new replies.