Quinton Posted March 21, 2021 Share Posted March 21, 2021 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 creedon Posted March 21, 2021 Solution Share Posted March 21, 2021 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. tuanphan 1 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
Quinton Posted March 22, 2021 Author Share Posted March 22, 2021 This worked great. Opted for 2px for the font I'm using. Thanks! creedon 1 Link to comment
tuanphan Posted March 28, 2021 Share Posted March 28, 2021 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; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment