I have tried virtually all the base.css and liquify code published. Still no success. Background, I am using Globo options on my products so many of my products do NOT show traditional options… (since they are being managed by Globo)
site is https://strykerordesign.com/
1 Like
Hi @ghayes54 ,
Since you are using Globo Product Options, check its settings to make sure the custom fields are passed correctly:
Go to Shopify Admin > Apps > Globo Product Options
Check the “Cart Integration” settings
Make sure “Enable Line Item Properties” is turned ON
Save changes and refresh your store
Hi @ghayes54
Do you mean this one right?
If it is try this one.
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
.wbproduct-container.product-card-wrapper .add-to-cart__submit {
display: none !important;
}
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
1 Like