Hi guys,
I tried to search here, googling and essentially is 2 days that I’m playing with it and beating the head against the wall…
I created I theme inheriting from Quark, following the guide. It works and I was able to customize some of the templates. Just an example:
bozzo@MacBook-Pro:herd-grav> diff user/themes/quark/templates/partials/hero.html.twig user/themes/my-quark/templates/partials/hero.html.twig
5a6,7
> {% if page.header.hero_noarrow %}
> {% else %}
6a9
> {% endif %}
to remove the fa-angle-down
arrow in the hero if hero_noarrow: true
is set in the yaml part of a page.
I was also able to change some defaults using user/themes/my-quark/css/custom.css
but not all of them.
In particular I wanted to change the height of the hero image “hacking” the “hero-tiny” option. I added, to custom.css
:
.hero.hero-tiny { min-height: 1rem; }
but I’m not able to change the default size.
Where I’m wrong?
Thanks,
Matteo