This topic has 4 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp
May i know how can i change the “original” header fonts for the LEGENDA theme.
It seemed to be looking like “times new roman”?
I have tried to change the typography at wp-admin but apparently it does not affect anything on the front end. Please advice and help.
Hello,
Please specify font of what elements you want to change and to which one.
Thank you.
Regards,
Eva Kemp.
I’m not sure how to attach images in my reply to you here.
However they are basically the fonts of all “header” types in the original LEGENDA theme for example, Home, Shop, Blog, Contact Us, My Account, Featured Products, On Sale, Recent Posts,
As to change to which font, i have not decided and would like to try out some fonts once advised where can i change the “header” fonts.
Thanks.
Hello,
To change font of menu items you need add this code into custom.css file:
.main-nav .menu > li > a {
font-family: Georgia;
}
and change font family to the desired one.
“Featured Products, On Sale, Recent Posts” items are related to Footer.
To change their font you need use this code in custom.css:
.footer-top .widget-title {
font-family: sans serif;
}
How to create custom.css you can watch in this video tutorial.
Regards,
Eva Kemp.
The issue related to '‘Changing original header fonts’' has been successfully resolved, and the topic is now closed for further responses