Thnks for using Tracks!
This CSS will remove the dimming effect entirely:
.singular-post .featured-image:after {
display: none;
}
And this CSS will reverse it so it dims on hover rather than brightening:
.singular-post .featured-image:after {
opacity: 0;
}
.singular-post .featured-image:hover:after {
opacity: 0.2;
}
Please copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.
Many thanks for that!
That worked on the main post page, but not the homepage:
http://mattcontiphotography.com/
Also, the site logo seems to do the same thing.
How can I change those?
Thanks for a great theme!
Sure thing!
Please add this CSS as well and that should make the logo and posts on the homepage stay bright:
.site-title,
.excerpt {
opacity: 1;
}
That worked out great! Many thanks for the swift support. Really enjoying the Tracks theme for my photography. Cheers!
You’re welcome! Thanks for such kind feedback about the theme 🙂