mmkme Posted July 31, 2020 Share Posted July 31, 2020 Site URL: https://oboe-chameleon-7sgl.squarespace.com/offerings-in-depth-1 Hi! I would like to change the size of the heading font on an image block and wondering how to do so. I learned how to change the font, but can you tell me how to change the size so it's smaller + text padding? https://oboe-chameleon-7sgl.squarespace.com/offerings-in-depth-1 pw: mojave /* Image blocks and button in image blocks */ .sqs-block-image * { font-family: "Futura" !important; } Thank you! @tuanphan Link to comment
tuanphan Posted July 31, 2020 Share Posted July 31, 2020 Add to Home > Design > Custom CSS .design-layout-overlap .image-title p { font-size: 10px !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
mmkme Posted July 31, 2020 Author Share Posted July 31, 2020 Thanks @tuanphan Rather than making the font smaller, how can I change the spacing between the characters? The padding, that is. Link to comment
tuanphan Posted August 2, 2020 Share Posted August 2, 2020 On 8/1/2020 at 2:58 AM, mmkme said: Thanks @tuanphan Rather than making the font smaller, how can I change the spacing between the characters? The padding, that is. .design-layout-overlap .image-title p { font-size: 10px !important; letter-spacing: 5px; } 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.