8theme filter products by price hide text “price”

This topic has 2 replies, 2 voices, and was last updated 2 years, 1 months ago ago by Rose Tyler

  • Avatar: gwiezdnewrota
    gwiezdnewrota
    Participant
    February 28, 2022 at 19:38

    Hello,
    How can I hide text “price” which is located before price range.

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 1, 2022 at 11:16

    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

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.