IndigoBolt11 Posted August 8, 2021 Share 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! Link to comment
tuanphan Posted August 8, 2021 Share 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 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
IndigoBolt11 Posted August 8, 2021 Author Share 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? Link to comment
tuanphan Posted August 11, 2021 Share 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment