content.css
and find:Code: Select all
.content {
min-height: 3em;
overflow: hidden;
line-height: 1.4em;
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
color: #333333;
padding-bottom: 1px;
}
font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
TheAvenger wrote: what is file system?
Your filesystem is whatever folder on your localhost your board is installed into. You edit the CSS files directly with your Notepad++TheAvenger wrote: I'm testing my forum on a localhost
Yea but it's exactly what i always did. I don't change my .css files from ACP editor, but directly from filesystem with Dreamweaver. But i always lose my edits with the refresh function. Anyway i saw this option in "Load settings":nextgen wrote:Update your files and download them directly from the ftp
Code: Select all
Recompile stale style components:
Check for updated style components on filesystem and recompile.
The loss is because they do not make changes accordingly.TheAvenger wrote:This is set on "No", what about if i set it on "Yes"? It could be the solution against the loss of edits?
He has given you an instruction must do.Brf wrote:You edit the CSS files directly with your Notepad++
They are not the same, notepad++ is special to read codes.TheAvenger wrote:I modify the files directly with Dreamweaver, aren't Notepad++ and Dreamweaver the same thing at least?
I don't understand you. Why would you loose the changes then? Did you try it that way?TheAvenger wrote:i'll always need to use refresh button and consequently i'll lose the changes.
Code: Select all
Note
After you change a style through the filesystem, remember to Purge the cache. To do this, press the appropriate button on the ACP index page.