• Resolved neverdowork

    (@neverdowork)


    Dear community, dear support,

    inside the price slider, there is a “-“, between the minimum amount and the maximum amount:

    I would like to not display it and trief applying this CSS:

    #text {
    display: none;
    }

    It’s the id I found in my developer tools, but it’s not working. Any hints which class/id I’d have to use?

    Best,

    neverdowork

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author themifyme

    (@themifyme)

    Hi,

    Please send us a a link to your website to the page where you added the filter, so we can check if that could be removed.

    Thread Starter neverdowork

    (@neverdowork)

    Hi,

    the URL is: https://www.wearex.net/login/marketplace

    Best,

    neverdowork

    Plugin Author themifyme

    (@themifyme)

    You can hide the “-” separator from the price amount by adding this CSS to wp-admin > Appearance => Customize > Additional CSS:

    `.wpf-slider-label {<br>visibility: hidden;<br>}</p> <p>.wpf-slider-label .woocommerce-Price-amount {<br>visibility: visible;<br>}`

    Please let me know how it works.

    Thread Starter neverdowork

    (@neverdowork)

    Works perfectly – like always, great support!

    Plugin Author themifyme

    (@themifyme)

    Happy I could help. If you like our products/services, please consider to rate us on our Facebook page: https://www.facebook.com/themify/reviews

    Have a good day!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not display “-” in price slider’ is closed to new replies.