Jump to content

Underlining Portfolio Links

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
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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

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.