How to change this Price Variation like from low only

This topic has 2 replies, 2 voices, and was last updated 2 days, 9 hours ago ago by Luca Rossi

  • Avatar: MustafaPatel
    MustafaPatel
    Participant
    September 17, 2024 at 14:07

    See there are 2 prices i want to only show low prices here

    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Justin
    Luca Rossi
    Support staff
    September 18, 2024 at 07:52

    Hi @MustafaPatel,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .woocommerce .elementor-widget-woocommerce-product-etheme_price .price {
        color: #fff !important;
    }
    
    .woocommerce .elementor-widget-woocommerce-product-etheme_price .price span:nth-child(2){
        display: none;
    }
    
    .woocommerce .elementor-widget-woocommerce-product-etheme_price .price span {
        color: #000;
    }
    

    Hope it helps!

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

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

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