MacUn Posted June 24, 2021 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!
tuanphan Posted June 27, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
MacUn Posted June 29, 2021 Author Posted June 29, 2021 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?
tuanphan Posted July 2, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.