Jump to content

[Share] Underline product title when hovering over it

Recommended Posts

Posted

Some CSS code to underline product title when hovering over it.

If it doesn't work, you can send link to your site, I can check easier.

#1. Product Titles on Shop/Category Page

div.grid-title {
    border-bottom: 1px solid transparent;
}
div.grid-title:hover {
    border-color: #fff;
}

image.png.1ab2681f4629750619c302b9c2fa818e.png

#2. Product Titles on Product Detail

h1.ProductItem-details-title {
    border-bottom: 1px solid transparent;
}
h1.ProductItem-details-title:hover {
    border-color: #fff;
}

#3. Product Titles on Related Products

div.ProductItem-relatedProducts div.grid-title {
    border-bottom: 1px solid transparent;
}
div.ProductItem-relatedProducts div.grid-title:hover {
    border-color: #fff;
}

#4. Product Title on Product Block

a.product-title {
    border-bottom: 1px solid transparent;
}
a.product-title:hover {
    border-color: #000;
}

#5. Product Title on Cart Page

a.cart-row-title {
    border-bottom: 1px solid transparent;
    display: inline;
}
a.cart-row-title:hover {
    border-color: #000;
}

 

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!)

  • Replies 0
  • Views 476
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Posted Images

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.