Menu font change not working
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;
}
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi Stephen
It looks like there’s a small typo in that import URL. Can you try the following:
@import url(https://fonts.googleapis.com/css?family=Architects+Daughter); .main-navigation ul ul a { font-family: 'Architects Daughter' !important; }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.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.