Dieg Posted November 5 Share Posted November 5 Hi @Ziggy I added a CSS code to my site in order to change to custom fonts (You helped me with some of it in the past), but the Video Pages doesn't seem to respond to it. They show the custom font in the description, but the titles and menus are not affected. Do you happen to know a code I can add to correct this? This is the page link: https://vulpi.squarespace.com/guia-para-pacientes Also, do you happen to know how can I override the font in the contact form of this page with CSS?: This is the page link: https://vulpi.squarespace.com/contacto Link to comment
Solution tuanphan Posted November 8 Solution Share Posted November 8 With left category link, use this .lessons.collection-content-wrapper .nested-category-tree-wrapper .category-link { font-family: 'azo-sans-uber' !important; } with title, use this h4.grid-title.lesson-title { font-family: 'azo-sans-uber' !important; } With form block, use this div.form-block * { font-family: 'azo-sans-uber' !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
Dieg Posted November 8 Author Share Posted November 8 @tuanphan That worked great! Thanks! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment