Millie211 Posted November 26, 2020 Share Posted November 26, 2020 Site URL: https://hexaflexagon-badger-7lht.squarespace.com/ Hey, Password to my site is KIPO2020 I'm looking to increase the font size of my captions on my gallery grid masonry block but I can't work it out. Can anyone help me? Thank you! Link to comment
tuanphan Posted December 5, 2020 Share Posted December 5, 2020 Add to Home > Design > Custom CSS p.gallery-caption-content { font-size: 30px !important; } RGMakes 1 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
gdmartino Posted August 15, 2022 Share Posted August 15, 2022 On 12/5/2020 at 3:46 PM, tuanphan said: Add to Home > Design > Custom CSS p.gallery-caption-content { font-size: 30px !important; } nope Link to comment
tuanphan Posted August 17, 2022 Share Posted August 17, 2022 On 8/15/2022 at 7:46 PM, gdmartino said: nope What do you mean? 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
RGMakes Posted August 21, 2022 Share Posted August 21, 2022 On 12/5/2020 at 4:46 AM, tuanphan said: Add to Home > Design > Custom CSS p.gallery-caption-content { font-size: 30px !important; } This worked for me, THANK YOU, this was a massive headache for me. For anyone else make sure you copy all of the code. I also used this on portfolio image captions in the Grid:Masonary format if that helps others. I assume it would be the same for other image captions but I haven't checked but it is working site wide. Link to comment
RGMakes Posted August 21, 2022 Share Posted August 21, 2022 On 12/5/2020 at 4:46 AM, tuanphan said: Add to Home > Design > Custom CSS p.gallery-caption-content { font-size: 30px !important; } Is there a bit I need to add to it to make it specific to either desktop or mobile? And if so what do I need to add for each please? Link to comment
gdmartino Posted August 22, 2022 Share Posted August 22, 2022 On 8/17/2022 at 8:00 PM, tuanphan said: What do you mean? Sorry was having troubles with my site it had glitched and I needed to delete all the pages individually. My "nope" was in the middle of all the frustration. Apologies. Link to comment
tuanphan Posted August 24, 2022 Share Posted August 24, 2022 On 8/22/2022 at 6:23 AM, RGMakes said: Is there a bit I need to add to it to make it specific to either desktop or mobile? And if so what do I need to add for each please? To make it on desktop, use this code @media screen and (min-width:768px) { p.gallery-caption-content { font-size: 30px !important; } } To make it on mobile, use this code @media screen and (max-width:767px) { p.gallery-caption-content { font-size: 30px !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment