Woo Commerce Germanized Product Details

Hi Guys,

I would like to change some little details on the landing page with my products:

  1. The blue text “Versandkosten” (shipping costs) below the products needs to be clickable and lead to a certain page.
  2. The Text “Angebot” (special offer) in the blue triangles is too big.
  3. There are some reduced products at the bottom of the page, but it doesn´t show the original price, just the reduced price. How can I change that?

Thank you so much in advance!
I love the X Theme and your great support. :slight_smile:

Hi There,

Please add this custom CSS under Theme Options > CSS:

.product p.wc-gzd-additional-info {
    position: relative;
    z-index: 9999;
}
.woocommerce li.product .onsale {
    font-size: 12px;
}

It seems you’re using the 3rd party plugin to display the price. So you need to contact the plugin’s author about this issue.

Regards!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.