Hi,
I want to make some adjustments in the css (/templates/dentist/css/style_less.css) file. But when I upload the modified file, somehow all the changes has been reset.
For example:
When I change:
Code: |
.bg_color_footer_2{background:#56b8cf;}
|
to
Code: |
.bg_color_footer_2{background:#f78e1e;}
|
and I've upload the file, replace the current file, re-open it, the css file just show
Code: |
.bg_color_footer_2{background:#56b8cf;}
|
Pls help.
Tnx in advance