Hello Support team, I have uploaded two images. In the image 1, I successfully added “inc. Vat” next to the sale price on the home page using the following CSS:
.product-grid-item .price ins:after {
content: " inc. Vat";
font-size: 12px;
font-family: Helvetica, sans-serif;
color: #999999;
font-weight: bold;
margin-left: 2px; /* Adjust the margin as desired */
}
However, I encountered an issue with the image 2 uploaded on the categories page. I tried various CSS codes, but none of them seem to work. Just to let you know, I have hidden the WooCommerce suffix, and now I want to achieve the “inc. Vat” feature using the provided CSS. Could you please assist me with this?
Attachments:
You must be
logged in to view attached files.