Dieg Posted November 5, 2023 Posted November 5, 2023 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
Solution tuanphan Posted November 8, 2023 Solution Posted November 8, 2023 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment