Hello! Shopify discussion platform members, Shopify partners and the users..
I’m using the Radiant theme, and on my product page, the text “Shipping calculated at checkout” is showing above the quantity selector button (screenshot attached).
I want to remove this text but can’t find the right setting to edit.
Can anyone guide me on how to remove it? Any help would be appreciated!
Thanks in advance! I’ll be really thankful.
1 Like
Please add this code to Custom CSS in Sale Channels > Online Store > Themes > Customize > Settings
.product .product__tax { display: none !important; }
1 Like
I have pasted Ans saved the code
.
I have only words for you right now, that you are the gem
.
Do I make the quantity selector button as add to cart is, like with same rounded borders and border thickness to match the looks ?
I would love to share a part of my first monthly revenue, when I’ll start running this store, it’s my final decision.
1 Like
Please add more this code
.product .quantity:after {
border-radius: 4px;
box-shadow: 0 0 0 var(--inputs-border-width) rgb(0 0 0 / 30%);
}