urbansoulistic Posted October 1, 2021 Posted October 1, 2021 Site URL: https://www.kakeandkash.com/ Hi! I would love some help with removing the variant option titles from my product pages (color and size). I've already added specific css codes for the variant button options but not sure how to add code to remove the variant option titles. Thank you so much!!!
Wolfsilon Posted October 1, 2021 Posted October 1, 2021 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; }
urbansoulistic Posted October 1, 2021 Author Posted October 1, 2021 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!
Wolfsilon Posted October 1, 2021 Posted October 1, 2021 Glad the first code worked, You could try the following code for your variant buttons: .product-variants .fakeSelector { margin-bottom: 0px !important; }
urbansoulistic Posted October 1, 2021 Author Posted October 1, 2021 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?
tuanphan Posted October 3, 2021 Posted October 3, 2021 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? 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!)
urbansoulistic Posted October 8, 2021 Author Posted October 8, 2021 @tuanphan Thank you! That definitely worked but is there a way to keep the bullet points? Thanks so much!!!
tuanphan Posted October 10, 2021 Posted October 10, 2021 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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.