VincenzoPace Posted January 13, 2020 Posted January 13, 2020 Hi, I've been struggling with this for a while now, I have a gallery page (this also happens in the gallery block) and I want to change the font and size for the image caption... I can't find it anywhere in styling options, I don't mind trying to use custom CSS too because it's very annoying like this! Here's the link to the gallary: https://www.jfkjets.com/jfkarrivals
tuanphan Posted January 13, 2020 Posted January 13, 2020 difficult to give exactly code without link to gallery page 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!)
VincenzoPace Posted January 13, 2020 Author Posted January 13, 2020 21 minutes ago, tuanphan said: difficult to give exactly code without link to gallery page Sorry! Here's the link https://www.jfkjets.com/jfkarrivals
tuanphan Posted January 13, 2020 Posted January 13, 2020 10 minutes ago, VincenzoPace said: Sorry! Here's the link https://beaverhero.com/category/squarespace/ it is my blog url 😂 add to Home > Design > Custom CSS .sqs-lightbox-meta h1 { color: red !important; font-size: 20px !important; 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!)
VincenzoPace Posted January 13, 2020 Author Posted January 13, 2020 1 minute ago, tuanphan said: it is my blog url 😂 add to Home > Design > Custom CSS .sqs-lightbox-meta h1 { color: red !important; font-size: 20px !important; font-family: futura-pt !important; } I'm so sorry😂😂 I started freaking out because I accidentally sent you a paid question on your blog (please ignore that) And thank you very much for your help!!
VincenzoPace Posted January 13, 2020 Author Posted January 13, 2020 4 minutes ago, tuanphan said: it is my blog url 😂 add to Home > Design > Custom CSS .sqs-lightbox-meta h1 { color: red !important; font-size: 20px !important; font-family: futura-pt !important; } How can I get rid of the capitalize all characters?
tuanphan Posted January 13, 2020 Posted January 13, 2020 1 minute ago, VincenzoPace said: How can I get rid of the capitalize all characters? .sqs-lightbox-meta h1 { color: #fff !important; font-size: 20px !important; font-family: helvetica !important; text-transform: initial; } you can use: uppercase, lowercase, capitalize... (initial is default) 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.