Is customization only in antimatter build in? How can I customize twenty the best way?
Just in case you haven't seen this little gem it might be helpful... http://getgrav.org/blog/theme-development-with-inheritance
Maybe you would like to add a custom stylesheet like you can do antimatter, is that correct? To do that, just inherit the theme, as @paulhibbitts suggested, then add your custom stylesheet in the stylesheets block, as follows:
{% block stylesheets %}
[...]
{% do assets.addCss('theme://css/cutom.css') %}
{% endblock %}
Yes! Thanks!
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 0 | 2283 | 9 years ago | ||
| 2 | 1497 | 9 years ago | ||
| 2 | 4748 | 9 years ago | ||
| 1 | 3563 | 9 years ago | ||
| 3 | 1622 | 9 years ago |