Jump to content

Hide Price and Percentage discount


Kordas.S

Recommended Posts

2 hours ago, idnovate.com said:

Try this:

.regular-price {
    display: none;
}

 

Thank you very much for your prompt reply. I made it with css

 

.discount-percentage {
    font-size: 1.4rem!important;
    vertical-align: initial!important;
    display: none!important;
}

.product-flags .discount, .product-flags .on-sale {
    background: rgba(255,255,255,.57);
    color: #fe5200;
    display: none!important;
}

.product-discount .regular-price {
    text-decoration: line-through;
    padding: 0 0.2rem;
    display: none!important;
}

.product-miniature-default .regular-price {
    text-decoration: line-through;
    display: none!important;
}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...