I am trying to do, I think, something very simple, but somhow I cannot do it.
I want to change the background color of the default template (blue: #2c3e50). I made a copy of the default template.
- First of all, I cannot load the css file in the template editor, I'm not sure why? I am admin so should have all permissions.[/li]
- Second I tried changing the "template.css" and the "flat_and_modern.css" files by downloading/uploading it manually with FTP from/to the folder: upload/templates/my-new-template/css. But I somehow cannot find the code that is used for the background color of the header!
I just deleted everything just like you said, but still no effect I'm afraid.
I do see a lot of files called: template_temp_160712095331.html directly in the tmp file with dates of today and yesterday. Is it save to delete those files as well? And will it work maybe?
Jantien
Last edit: 8 years 10 months ago by jantienm. Reason: more info
In application/config/config.php, set debug to 1 - this will cause the template files to be loaded directly from the template directory instead of from tmp/assets.
Code:
'debug'=>1,
Cheers,
Tony Partner Solutions, code and workarounds presented in these forums are given without any warranty, implied or otherwise.
Hmm this is really weird. I looked into the template.css on my server and indeed, the code was not added! So I deleted it and uploaded the correct one. But still, when I open it with the URL you just send me, the code is still not there! So I deleted everything again from the tmp/assets folder and cleared my cache again and it's still not there!!!