Jump to content

Remove underline from certain links

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

You mean thí section right?

image.thumb.png.9d84e7be7dfe93ff39841528a8f61cc6.png

Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.
Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio plugin
If you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you

Link to comment
  • Solution
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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.