IndigoBolt11 Posted August 8, 2021 Posted August 8, 2021 Site URL: https://wrasse-buffalo-6zlc.squarespace.com/ Hi I am trying to change the title of the gallery block to be my main header font which is custom coded in- what is the CSS to change the title of this gallery to my font? I want it to the look like the font above it - if I needed to tweak the color as well - what would that be? Thank you!
tuanphan Posted August 8, 2021 Posted August 8, 2021 Hi. Try this CSS div.list-section-title p { font-family: Wayfinder !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!)
IndigoBolt11 Posted August 8, 2021 Author Posted August 8, 2021 6 hours ago, tuanphan said: Hi. Try this CSS div.list-section-title p { font-family: Wayfinder !important; } @tuanphan thank you, you are always a life saver. If I want to change the color of the text what should I add - I added something to make the text not transform large - also if I want to adjust the padding and spacing on the section how would I make it a bit smaller spacing between the header and content and content and footer - just to make it a bit less spread out?
tuanphan Posted August 11, 2021 Posted August 11, 2021 On 8/8/2021 at 9:39 PM, IndigoBolt11 said: @tuanphan thank you, you are always a life saver. If I want to change the color of the text what should I add - I added something to make the text not transform large - also if I want to adjust the padding and spacing on the section how would I make it a bit smaller spacing between the header and content and content and footer - just to make it a bit less spread out? Hi. Use this div.list-section-title p { font-family: Wayfinder !important; text-transform: none; color: red; } div.list-section-title { padding-bottom: 5px !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.