Hi, please can somebody help me remove the “tax included” from my product pages. I use the craft theme and would like it removed from all product pages.
Also with this, please can my description be moved up to fill the blank space under the product name where this will leave after the “tax included” is gone otherwise it will look off. I have previously removed the price so if the description can sit just under the title that will be great.
To remove the “tax included” Add this code in your base.css or theme.css:
.product__tax.caption.rte {
display: none;
}
As for your other question, I haven’t been able to identify the product descriptions; it seems like they might be hidden, right? In any case, you can adjust that space from your store’s customization panel. By selecting the relevant sections, you’ll be able to adjust the vertical spacing between them.