Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
This css is not changing the menu font … ???
@import url(https://fonts.googleapis.com/css?family=’Architects+Daughter);
.main-navigation ul ul a {
font-family: ‘Architects Daughter’ !important;
}
Hi Stephen
It looks like there’s a small typo in that import URL. Can you try the following:
Actually, I didn’t have to change the import … I changed the css to:
.main-navigation ul li a {
font-family: ‘Architects Daughter’ !important;
}
The original had “ul ul”
“ul li” did the trick.
Super :) Glad to hear you’ve made progress. If anything else comes up, let us know.
All the best.