Hey,
I added some custom code to price info. But it´s too much info for the “mutual Product Boxes”
how can disable the text " Kostenlose Lieferung…" and “weitere Infos…” for the mutual and cross selling products?

Thx in advance !
Hey,
I added some custom code to price info. But it´s too much info for the “mutual Product Boxes”
how can disable the text " Kostenlose Lieferung…" and “weitere Infos…” for the mutual and cross selling products?

Thx in advance !
Hello Nikolaus,
Thanks for posting in!
To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.price strong,
.price a {
display: none;
}
We would loved to know if this has work for you. Thank you.
Worked perfectly thanks!
Hi Nikolaus.
In case you want to check some reference based on the solution provided previously, you may check the following links:
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.