When I reduce the height and width, the quality is very poor on retina displays.
Noted! Unfortunately, my support has ran out so hoping someone is willing to save my life. Appreciate you leaving it open.
Hmm, I did try ‘!important’ but it didn’t fix it.
This is what I have now:
@media (min-width: 992px)
.menu-layout-2 .theme-primary-menu > li > a {
font-family: sans-serif !important;
font-size: 14px;
font-weight: 600;
text-transform: none;
color: #3c3c3c;
}
But font is still wrong.