Hello,
I'm new to GravCMS and have a problem. How can I change or remove blue in the header image?
Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Themes & Styling
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
<------ Thanks ------>
Log in to reply.
Suggested topics
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 4 | 197 | 2 months ago | ||
| 3 | 92 | 2 months ago | ||
| 11 | 454 | 3 months ago | ||
| 0 | 47 | 3 months ago | ||
| 5 | 127 | 3 months ago |