Hello,
I am able to change the navigation font type and color, but I don’t see where I can adjust the navigation size.
Is this an option in Alizee Pro, and if so, can you direct me where to go to adjust the size?
Thanks,
Molly
Hello,
I am able to change the navigation font type and color, but I don’t see where I can adjust the navigation size.
Is this an option in Alizee Pro, and if so, can you direct me where to go to adjust the size?
Thanks,
Molly
Hello,
Nope, there isn’t an option for this. But all you have to do is install a custom CSS plugin (in which you will hold all your future customizations, if you’ll have any) and add this code:
.main-navigation li {
font-size: 13px;
}
13 is the default size, so just change it to the value you want.
Let me know how it goes.