jessikalyngarcia Posted May 25, 2020 Share Posted May 25, 2020 Site URL: https://www.jessikagarcia.com/meet-jessika URL: jessikagarcia.com/meet-jessika Password: PassionProject2020 Hello! Is it possible to use multiple fonts in image block fonts or headings? I'd like to do something similar to the attached with my image block cards overlay. Thank you! Link to comment
tuanphan Posted May 27, 2020 Share Posted May 27, 2020 Add to Home > Design > Custom CSS div#block-9103f5e878b5c1c55aaf { /* title */ .image-title.sqs-dynamic-text p { font-family: monospace !important; } /* sub title */ .image-subtitle-wrapper p { font-family: futura-pt !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!) Link to comment
jessikalyngarcia Posted May 27, 2020 Author Share Posted May 27, 2020 8 hours ago, tuanphan said: Add to Home > Design > Custom CSS div#block-9103f5e878b5c1c55aaf { /* title */ .image-title.sqs-dynamic-text p { font-family: monospace !important; } /* sub title */ .image-subtitle-wrapper p { font-family: futura-pt !important; } } Thanks, @tuanphan. Nothing happened when I input the code. I switched out the fonts to the one I uploaded to my website. div#block-9103f5e878b5c1c55aaf { /* title */ .image-title.sqs-dynamic-text p { font-family: 'california-palms' !important; } /* sub title */ .image-subtitle-wrapper p { font-family: 'freight-sans-pro' !important; } } Link to comment
tuanphan Posted May 27, 2020 Share Posted May 27, 2020 9 minutes ago, jessikalyngarcia said: monospace & futura-pt font didn't work? 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!) Link to comment
jessikalyngarcia Posted May 28, 2020 Author Share Posted May 28, 2020 1 hour ago, tuanphan said: monospace & futura-pt font didn't work? No, it kept it the same fonts I originally set in site styles ... Link to comment
tuanphan Posted May 28, 2020 Share Posted May 28, 2020 If above code didn't work, add Code Block > Paste this code <style> /* title */ .image-title.sqs-dynamic-text p { font-family: 'california-palms' !important; } /* sub title */ .image-subtitle-wrapper p { font-family: 'freight-sans-pro' !important; } </style> 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.