<em>@pritam 238906 wrote:</em><blockquote>Hello,
To add new CSS & JS files you have to edit the default layout of your template (default.xml) and add the following code just after the layout opening tag <layout>
Code:
<!–Extra css load for this layout–>
<stylesheets>
<file>css/style.css</file>
</stylesheets>
<!–Extra JS load for this layout –>
<scripts>
<file>js/script.js</file>
</scripts>
for reach default.xml goto ja_droid/core/etc/layouts/default.xml</blockquote>
I’ve tryed this to add a custom css, but my custom css will be overwritten from template.css
How can I change that. The custom css should be load at last.