Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Themes & Styling

Quark how to change the header and footer?

Started by Markus 5 years ago · 3 replies · 2866 views
5 years ago

Hi, Im not a programmer and Im trying to plough through the "code". How can I change the header and footer of quark? I found a footer pretty hidden in /user/themes/quark/templates/partials/footer.html.twig but where is the header? I`d like to have a background image or header banner.
There is no online editor of the theme? In my case it will just be a homepage of 5 pages or so.

5 years ago

@MarkusRTP, First of all, don't edit the templates of Quark itself. Create an inherited theme first. If not, you will loose all changes when a new release of Quark arrives.

Not sure if it fits your needs, but you could have a look at '/user/themes/quark/blog.html.twig' and '/user/themes/quark/modular.html.twig' which both override the empty {% block hero %}{% endblock %} of '/partials/base.html.twig'.

In this demo of the blog template, and this demo of the modular template, you can see the Hero image in action.

5 years ago

O.k., I`m using grav with quark with admin plugin online.

This introduction is very helpful and also explains the "hero" thing. I found that I don`t need to alter the template to get a background image installed. https://www.youtube.com/watch?v=3nGqaPl4i-M

Nevertheless I did this inheriting manually as I don`t have ssh at present and grav does not run on my linux pc for a reason.
Hm, how do I change the text color p ? Which css do I have to add where? Or is it a change in scss?
Here I read it would be in mytheme.yaml https://learn.getgrav.org/17/themes/theme-configuration so I added the line color: blue . Nothing.

Sorry, but in former times it was 1 style.css and I could do a few guesses.

5 years ago

O.k., I think I got it. I made a folder /themes/mytheme/css/custom.css and defined p there.

👍 2

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Pedro M, 2 months ago
4 193 2 months ago
Themes & Styling · by Ian, 2 months ago
3 90 2 months ago
Themes & Styling · by Norbert, 2 years ago
11 449 3 months ago
Themes & Styling · by Lukáš Findeis, 3 months ago
0 43 3 months ago
Themes & Styling · by Sebadamus, 4 months ago
5 123 3 months ago