Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
This is the page: https://aromaticaparfums.com/collections/all-perfumes
I want to slough the add to cart buttons
currently they are - _ -
I want them - - -
@aromaticaparfum - please add this css to the very end of your stylesheet.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> stylesheet.css
.product-metafields {min-height: 100px;}
Please add the following CSS code to your assets/stylesheet.css bottom of the file.
.product-metafields {min-height: 100px !important;}
Thanks!
I hope you are well. You can follow our instructions below:
1/ Shopify admin > Online store > Customize: https://prnt.sc/XQ6IDB99kUCd
2/ From the left menu > Theme settings > Open Custom CSS: https://prnt.sc/iDxwa8zBQ4Z-
3/ Copy the code below and paste it there
Here is the code for Step 3:
body .product-metafields {
min-height: 100px !important;
}
Please let me know if it works. Thank you!
Best,
Daisy - Avada Support Team.