mackenzieu Posted June 24, 2021 Share Posted June 24, 2021 Site URL: https://carrot-bronze-bld8.squarespace.com/ Hello, I'm trying to add a custom font for the header/title text on a gallery slider. I have custom font already added to the site and set up for h1 but can't figure out the CSS to change the gallery title and description (circled in red). Thanks! Link to comment
tuanphan Posted June 27, 2021 Share Posted June 27, 2021 On 6/25/2021 at 1:19 AM, mackenzieu said: Site URL: https://carrot-bronze-bld8.squarespace.com/ Hello, I'm trying to add a custom font for the header/title text on a gallery slider. I have custom font already added to the site and set up for h1 but can't figure out the CSS to change the gallery title and description (circled in red). Thanks! Add to Design > Custom CSS /* Home gallery custom font */ section#rotating-home-gallery * { font-family: 'porcelain' !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
mackenzieu Posted June 29, 2021 Author Share Posted June 29, 2021 (edited) On 6/27/2021 at 3:52 PM, tuanphan said: Add to Design > Custom CSS /* Home gallery custom font */ section#rotating-home-gallery * { font-family: 'porcelain' !important; } @tuanphanThank you so much for responding. Is there a way to just change the header font to Porcelain and keep the subhead/description text as it was? Edited July 1, 2021 by mackenzieu tagged the response Link to comment
tuanphan Posted July 2, 2021 Share Posted July 2, 2021 On 6/30/2021 at 3:44 AM, mackenzieu said: @tuanphanThank you so much for responding. Is there a way to just change the header font to Porcelain and keep the subhead/description text as it was? use this code /* Home gallery custom font */ section#rotating-home-gallery h2 { font-family: 'porcelain' !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
mackenzieu Posted July 2, 2021 Author Share Posted July 2, 2021 @tuanphan Thank you so much! 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