Support Team
posted this
22 December 2015
Hi,
I can only suggest you to use a little css tweak to resolve the reported issue. Please add the following code to your Themler Settings - Additional CSS:
.bd-pricetext-10 span:nth-child(2) {
display: none!important;
}
.bd-pricetext-10 span:nth-child(3) {
display: none!important;
}
.bd-pricetext-14 span:nth-child(2) {
display: none!important;
}
.bd-pricetext-14 span:nth-child(3) {
display: none!important;
}
However, you can try to use more complicated solution from the following article:
https://wordpress.org/support/topic/tweak-price-display-on-page
Please let us know if you have any further questions.
Thanks,
Ivan
Hi,
I can only suggest you to use a little css tweak to resolve the reported issue. Please add the following code to your Themler Settings - Additional CSS:
.bd-pricetext-10 span:nth-child(2) {
display: none!important;
}
.bd-pricetext-10 span:nth-child(3) {
display: none!important;
}
.bd-pricetext-14 span:nth-child(2) {
display: none!important;
}
.bd-pricetext-14 span:nth-child(3) {
display: none!important;
}
However, you can try to use more complicated solution from the following article:
https://wordpress.org/support/topic/tweak-price-display-on-page
Please let us know if you have any further questions.
Thanks,
Ivan