I’m using the Inova theme in that I want to customize the product page VAT inclusive content below the product price. Please help me to customize this.
website: casavincenzo.com
I’m using the Inova theme in that I want to customize the product page VAT inclusive content below the product price. Please help me to customize this.
website: casavincenzo.com
@siva_fds do you want to increase the product price or want to put text VAT included like this?
Please add the following code at the bottom of your css file.
.product__tax {
position: absolute;
margin-top: 18px;
}
Hope this helps.
@suyash1 like the image you have shared
@siva_fds please add this css to the very end of your theme.css file and check
shopify admin->online store->themes->edit theme code->assets->theme.css
.template-product .product__price{display:flex;}
.template-product .product__tax{margin-top: 0;}
it is looking bit different than earlier, if you have added any code or made any change, please remove it before adding above code