ResidentHouse Posted October 20, 2020 Share Posted October 20, 2020 Site URL: https://www.residenthouse.com.au Hi - wondering if there is CSS/HTML to customise fonts on cover pages for buttons/links/forms. I managed to change my header (logo) font in cover page settings > advanced using h1 { font-family:'GTSuperDisplay-Medium' !important; } but unsure how to change the links into my brand font Thanks Link to comment
tuanphan Posted October 21, 2020 Share Posted October 21, 2020 Add to Cover Page Header <style> * { font-family: 'GTSuperDisplay-Medium' !important; } </style> 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
ResidentHouse Posted October 22, 2020 Author Share Posted October 22, 2020 Thanks this seems to change all fonts on the cover page. I'm wanting to do one font for the headings and one font for the buttons. Is this possible? Link to comment
tuanphan Posted October 23, 2020 Share Posted October 23, 2020 <style> h1#sqs-slash-page-header { font-family: 'GTSuperDisplay-Medium' !important; } </style> I don't see button? 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
Create an account or sign in to comment
You need to be a member in order to leave a comment