Hello.....
Please share your store URL and screenshot.
So that I will check and let you know the exact solution here.
store Url: https://www.bestkid-ball.com/
I want the text to be under the price, thank you for your help
.product__price::after {
/* background: red; */
content: "Shipping calculated at checkout";
display: block;
}
Hello
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->theme.scss.liquid
.product__price::after {
/* background: red; */
content: "Shipping calculated at checkout" !important;
display: block !important;
}
try to add code the top of the all css
If helpful then please Like and Accept Solution .
User | Count |
---|---|
822 | |
113 | |
95 | |
94 | |
76 |