Hi,
I’ve got a small problem with the font of the sub menu items on mobile, see dev.vycom.nl/smc on your phone to see the problem.
How can I change the font size?
Thanks in advance,
Quinten
Hey quintenvanyperen,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.sub-menu li a {
font-size:12px !important;
}
}
Best regards,
Rikard
Thanks!
It works!
