This topic has 2 replies, 2 voices, and was last updated 2 years, 8 months ago ago by Rose Tyler
Hello,
How can I hide text “price” which is located before price range.
Hello,
By default, there is no such option. Try to use the next custom CSS code:
.sidebar .price_slider_wrapper .price_label {
font-size: 0px;
}
.sidebar .price_slider_amount span.from:after {
content: "-";
}
Regards
You must be logged in to reply to this topic.Log in/Sign up