Jump to content

PS1.6.0.6 How To Remove Striketrough Price ?


Recommended Posts

Hello!

 

I'm trying to get the striketrough removed from the product info.

As shown below in the screenshot you see the normal price on top and the i gues the unit price at the bottom.

Underneath is the striketrough.

 

If possible, both need to go away. But searching this forum didn't give me an answer yet.

So hoping one of you guy's have the magic helping hand!

 

 

prestashoppricetrough.jpg

Link to comment
Share on other sites

Thx i checked and the only think i could find is:

#old_price {
  text-decoration: line-through;
  display: block;
  font-family: "lato", sans-serif;
    font-size: 14px;
    line-height:24px;
    margin-left: 5px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: left;
    float:left;
    width:auto;

 

Changing font size is telling me that i got the right part.

But adding hidden does nothing.

What am i doing wrong?

Link to comment
Share on other sites

Solved! its not hidden but none

 

so it will show as below:

 

#old_price {
  text-decoration: line-through;
  display: none;
  font-family: "lato", sans-serif;
    font-size: 14px;
    line-height:24px;
    margin-left: 5px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: left;
    float:left;
    width:auto;

Link to comment
Share on other sites

  • 3 months later...

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...