Css Changes Aren't Saved

Hello,

i am trying to make a css change in my website in order to remove the discount label from my product listings, i add this rule:

.ty-save-price, .ty-discount-label {
display:none;
}

and i also clear the cache but the rule isnt saved, what might happen?
Thanks in advance!
Sorry, service is temporarily unavailable.

Smarty Compiler: Syntax error in template "/design/themes/energot/templates/common/product_data.tpl" on line 847 "{/hook}" unclosed {if} tag -->

Please can you tell me why is happening??

Add custom styles to the CSS section of the Theme editor

Add custom styles to the CSS section of the Theme editor

This is what i have done but nothing is saved, i dont understand why, i have cleared cache

Did you clear the cache manualy? Or from the parameter 'cc'. If you have any permissions issues, the parameter 'cc' may not work.

If you know how to use a browser inspector, you can look at the css directly that is downloaded to see if your change is present. It could be superceeded by a higher priority cascade.

Did you clear the cache manualy? Or from the parameter 'cc'. If you have any permissions issues, the parameter 'cc' may not work.

If you know how to use a browser inspector, you can look at the css directly that is downloaded to see if your change is present. It could be superceeded by a higher priority cascade.

yess i cleared the cache manually deleting var/cache but still nothing happens :(

Try below code:

.thumb-discount-label {
  display:none;
}

The idea is to make sure your CSS works in browser first.

If you can provide a URL, can take a quick look.

This is what i have done but nothing is saved, i dont understand why, i have cleared cache

Try to check permissions of the file with styles. Possibly they should be changed

design/themes/responsive/styles/data/

Just post a URL to one of your products and we can take a quick look for you.