Styles in freeestate not save 7 Years, 7 Months ago
Karma: 0
Hi,
I need change the your_site/templates/freeestate/css/style.css file, I need replace this:
body {
height:100%;
position:relative;
word-wrap:break-word;
background:#ffffff !important;
}
for this:
body {
height:100%;
position:relative;
word-wrap:break-word;
background:#ffffff;
}
I deleted "!important" and then I saved the file, but when I update my site to see the changes, I can not see them, then I return to the file and see that it has been written, how do I make the change keep and not Erase every page refresh?
Regards
Logged
The administrator has disabled public write access.
Re:Styles in freeestate not save 7 Years, 7 Months ago
Karma: 0
It did not work, I created a new css file, called mystyle.css and then added this to index.php and it worked. But If I want to put a pattern in body, not showed.