Guest poli123 Posted July 10, 2019 Share Posted July 10, 2019 How to change the font of a specific text (for example: for Site Title Header or for the Body Text)? Please help me, I've tried several examples from forums and similar questions but the font I uploaded wouldn't read. for reference, i used NATIVE TemplateThank you! Link to comment
tuanphan Posted July 10, 2019 Share Posted July 10, 2019 @poli123 /* Change font all site */ * { font-family: font-name !important; } /* Change font Site Title */ #header h1.site-title { font-family: font-name !important; } /* Change font body */ div#page * { font-family: font-name !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.