Remove to - variable price

s.hendriks
16 Posts
s.hendriks posted this 21 December 2015

How can I show only the starting price with variable products?

See: http://nlverb-wiyondong.savviihq.com/

How can I show only the starting price with variable products? See: http://nlverb-wiyondong.savviihq.com/
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
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
You must log in or register to leave comments