CleverFood Posted November 2, 2020 Share Posted November 2, 2020 Site URL: http://clever.cooking Hi all! I want to remove the underline from the text captions on the image blocks on my main page, but I don't want to remove underlines from all the links on my site. Any help would be appreciated. Thanks! Link to comment
Beyondspace Posted November 3, 2020 Share Posted November 3, 2020 You mean thí section right? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
CleverFood Posted November 3, 2020 Author Share Posted November 3, 2020 Yes, that's the one! Link to comment
tuanphan Posted November 3, 2020 Share Posted November 3, 2020 17 minutes ago, CleverFood said: Yes, that's the one! Try adding to Home > Design > Custom CSS .image-caption a { background-image: none; } If you want this code apply on main page only, add to Page Header <style> .image-caption a { background-image: none; } </style> 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
tuanphan Posted November 4, 2020 Share Posted November 4, 2020 8 hours ago, CleverFood said: Thank you! While checking code, I found out that your site has some problems (+ code to handle). Hope it helps you. 1. Mobile: Banner not fullsize Add this to Home > Design > Custom CSS /* resize mobile home banner */ @media screen and (max-width:767px) { .homepage #page section:first-child { min-height: 20vh; height: 35vh; } .homepage #page section:first-child * { font-size: 30px; } } 2. You haven't changed SEO Title so you will see Browser Tab Name "Blog 2" & "Gallery 1" https://www.clever.cooking/tips https://www.clever.cooking/food-porn You can change it to Tips Page Settings > Advanced > SEO 3. Mobile. I think space between Title - Image is too high?? https://www.clever.cooking/tips/glossary If you need to reduce, I will give the code 4. Tablet I see mobile is 2 images/row Tablet is 1. Do you want to change to 2 images/row on Tablet? https://www.clever.cooking/food-porn 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.