Jump to content

Underlining Portfolio Links

Go to solution Solved by creedon,

Recommended Posts

Site URL: http://quintondaynemoore.com

Hey all,
 

I'm wanting to add underlining to the links on my splash page for my portfolio website, so that they read better as links. To have them underline on a hover or have them underlined all the time are both options I am considering. I tried adding the following code from another thread:

.portfolio-hover[data-mode="hover-static"] .portfolio-hover-items .portfolio-hover-item[data-active="true"] .portfolio-hover-item-content {
    text-decoration: none;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 0.75;
}

(Still in use if you visit site), but the underline looks ugly and creates too much extra space on the "& more" part. Anyone with more experience have any solutions?

Any and all help is appreciated.

Q

Link to comment
  • Solution

Give the following a go.

#collection-603dfe8230a75a35a9d38ea5 .portfolio-hover-item:hover {

  text-decoration : underline 1px;
  
  }

This is for v7.1 and specific to OP's need.

You can play with the 1px (px is pixels) to increase the thickness of the underline. If you want to make the underline permanent remove :hover from the first line.

Let us know how it goes.

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment
On 3/22/2021 at 7:10 AM, Quinton said:

This worked great. Opted for 2px for the font I'm using. Thanks!

On tablet, the footer doesn't look good.

You can use this CSS

/* Fix tablet footer email */
@media screen and (max-width:991px) and (min-width:768px) {
div#block-977e6aed84681fe028cb {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

image.thumb.png.0087ef82da7eb3b9ef30224fb10af471.png

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.