Jump to content

Remove underline from certain links

Recommended Posts

  • Replies 5
  • Views 745
  • Created
  • Last Reply

You mean thí section right?

image.thumb.png.9d84e7be7dfe93ff39841528a8f61cc6.png

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations)
🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates)

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
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
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;
}
}

image.thumb.png.0dc39772e0518089c9b75e855f103a2a.png

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.