OCarlson Posted May 16, 2021 Share Posted May 16, 2021 Site URL: https://comoseedlibrary.org Hi there! I'm wondering if there is a way to add a caption just below an image in "Card" format design. I'm trying to add the caption, "A local seed library holding locally saved seeds." below the image of a free little library on the "About CCSL" page. I'd be happy with an Editing solution or CSS code but I am unable to inject code into the website in the advanced settings section. Website page: https://comoseedlibrary.org/about-ccsl Website password: S@v!ngS33ds. Link to comment
tuanphan Posted May 18, 2021 Share Posted May 18, 2021 On 5/17/2021 at 1:20 AM, OCarlson said: Site URL: https://comoseedlibrary.org Hi there! I'm wondering if there is a way to add a caption just below an image in "Card" format design. I'm trying to add the caption, "A local seed library holding locally saved seeds." below the image of a free little library on the "About CCSL" page. I'd be happy with an Editing solution or CSS code but I am unable to inject code into the website in the advanced settings section. Website page: https://comoseedlibrary.org/about-ccsl Website password: S@v!ngS33ds. Add to Design > Custom CSS /* Image card text */ div#block-6451c97e0c7a28e7c104 .image-inset:after { content: "A local seed library holding locally saved seeds."; display: block; } div#block-6451c97e0c7a28e7c104 .image-overlay { background: none; } 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
OCarlson Posted May 19, 2021 Author Share Posted May 19, 2021 Thank you so much, that worked perfectly! Link to comment
tuanphan Posted May 21, 2021 Share Posted May 21, 2021 On 5/19/2021 at 8:49 PM, OCarlson said: Thank you so much, that worked perfectly! Do you need to fix these? Site URL – https://www.comoseedlibrary.org/ 1. (Tablet/Mobile-Homepage) Make burger icon bold? 2. (Tablet-Footer) Center privacy policy? 3. (About CCSL) You haven’t changed SEO Title so the browser tab name still shows “About 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.