This topic has 2 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
Hi
Can you please let me know how to change main the menu font to Quattrocento?
And the shop menu (categories on the left side) font size to 14px on http://crownminky.com/shop/ ?
I added custom codes to my custom css file but it didn’t help. Can’t figure it out 🙁
Thank you!
Hello,
I’ve edited your code and added “!important”:
#main-nav > ul > li > a
{
font-family: Quattrocento !important;
font-size: 17px;
color: #918575;
letter-spacing: 2px;
}
.woocommerce.widget_product_categories .cat-item a {
font-size: 14px !important;
}
Please check the site and clear browser cache before.
Regards,
Eva Kemp.
The issue related to '‘font customisations’' has been successfully resolved, and the topic is now closed for further responses