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].
Hi guys,
Wondering how to change font-family of menu items in premium origami theme.
Already searched in forum and found interesting thread about font size, so i did use that but doesn’t work.
Here is the CSS:
#menu ul {
font-size: 13px;
font-family:Calibri (Body);
}
this line “font-family: Calibri (Bosy); doesn’t work. Have no idea why… Any suggestions?
Thanks!
Hi Eldin
Try the following under Appearance > Custom CSS:
/* Origami set the menu font */ #menu ul li a { font-family: serif; }Change my font for yours. Hope that helps.