Jump to content

Need help with removing variant option title

Recommended Posts

  • Replies 7
  • Views 877
  • Created
  • Last Reply
Posted

Hello,

I think I'm understanding you. You would like the buttons, just not the titles, correct?

Try the following code:

.ProductItem-details .product-variants p {
display: none !important;
}

 

Posted

Hi! Yes, that correct. And that code worked perfectly! Thank you so much!!!!

Hope i could bother you with another question. How can I minimize the blank space between the variant buttons and the add to cart button. I would like to bring them closer together under the price?

 

Thank you so much!

Screen Shot 2021-10-01 at 12.58.38 PM.png

Posted
On 10/2/2021 at 4:03 AM, urbansoulistic said:

Thank you so much! That code worked perfectly!

Would you happen to now if its possible to move bullet points in the product description section to align with the product title, price, etc?

Screen Shot 2021-10-01 at 1.59.41 PM.png

Add to Design > Custom CSS

div.ProductItem-details-excerpt ul {
    list-style: none !important;
    padding-left: 0 !important;
}
div.ProductItem-details-excerpt ul *:before {
    opacity: 0;
}

 

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

Posted
On 10/9/2021 at 3:03 AM, urbansoulistic said:

@tuanphan

Thank you! That definitely worked but is there a way to keep the bullet points?

Thanks so much!!!

remove this line

Quote
div.ProductItem-details-excerpt ul *:before {
    opacity: 0;
}

 

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

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.