Jump to content

Text link underline on hover

Recommended Posts

  • Replies 3
  • Views 1.3k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

On 3/26/2024 at 2:02 AM, orkoellis said:

Yes. It's not the same one I'm looking for. If you could review both and let me know how about above question that would be great.

You can use this CSS code

@media screen and (min-width: 992px) {
.fe-65edd51d8962b678caa6a783 .sqs-html-content a:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    height: 0.05em;
    width: auto;
    bottom: -0.275em;
    left: 0;
    right: 0;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .5s;
    border: unset;
}
.fe-65edd51d8962b678caa6a783 .sqs-html-content a:after {
    content: "";
    background-color: #000;
    height: 0.05em;
    width: auto;
    display: block;
    position: absolute;
    bottom: -0.275em;
    left: 0;
    right: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
    border: unset;
}
.fe-65edd51d8962b678caa6a783 .sqs-html-content a:hover:before {
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: 0s;
}
.fe-65edd51d8962b678caa6a783 .sqs-html-content a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.785,.135,.15,.86);
    transition-delay: .2s;
}}

 

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

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.