Hi
Can anyone help me to change the Menu font size for Canopy theme.
Appreciate your time and help in advance.
Solved! Go to the solution
This is an accepted solution.
Adding something like this to the bottom of the stylesheet should help:
.main-nav .nav-item .nav-item-link {
font-size: 120%!important;
}