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

Change Color in Antimatter header Image

Started by codiergott 9 years ago · 2 replies · 1209 views
9 years ago

Hello,
I'm new to GravCMS and have a problem. How can I change or remove blue in the header image?

9 years ago

Hi @codiergott , to remove (or change) the blue tint of the blog header image you will need to edit the file blog.html.twig in the Antimatter theme folder templates/blog.html.twig. Look for this line:

TWIG
{% set blog_image = page.media.images|first.grayscale().contrast(20).brightness(-100).colorize(-35,81,122) %}

To remove the coloring, you can change the above line to:

TWIG
{% set blog_image = page.media.images | first %}

Please note that this change might be lost when the theme is updated, so it is best to create an inherited theme and then make all your changes there. You can learn how to do that at https://learn.getgrav.org/themes/customization#theme-inheritance

Suggested topics

Topic Participants Replies Views Activity
Themes & Styling · by Sebadamus, 1 week ago
5 154 1 day ago
Themes & Styling · by martynfoster735, 1 week ago
1 196 1 week ago
Themes & Styling · by Justin Young, 3 weeks ago
1 245 3 weeks ago
Themes & Styling · by Slebeig, 1 month ago
4 377 1 month ago
Themes & Styling · by Pedro M, 4 months ago
4 750 3 months ago