A space to discuss online store customization, theme development, and Liquid templating.
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;
}
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;
}
Yes thanks, it does work. I will test it and let you know.
I have two more request, how to freeze the top menu items
How to add images to multi menu items