Hello
I want to change the font of the mainmenu, I've edited the post menu.css and font-family: "File Narrow", sans-serif;. But the corresponding items do not change virtuemart category.
Thanks for your attention
.gkMenu > ul > li.active > a {
color: #7A98AD;
font-family: "Archivo Narrow", sans-serif;
}
.gkMenu > ul > li.active > a {
color: #ff7e57;
font-family: "Archivo Narrow", sans-serif;
}
gkMenu > ul > li > a {
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.gkMenu > ul > li > a {
color: #000;
display: block;
height: 36px;
line-height: 36px;
padding: 0 16px;
font-family: "Archivo Narrow", sans-serif;
}