Hi! I want to remove the darkering adjustment on the K2 blog and category images in Quark. There is an overlay or something I wnat to disable.
Thanks!
Per
.single-page > .header::after,
.blog-page > .header::after {
background: rgba(45, 44, 42, 0.00);
}
xWiz wrote:Hi there was a topic a few days ago, but i will repost the answer.
use this code:
- Code: Select all
.single-page > .header::after,
.blog-page > .header::after {
background: rgba(45, 44, 42, 0.00);
}
The last numbers 0.00 are the opacity if you want 10% you can change to 0.10
Use this code in CSS override. But do not forget to turn CSS override ON
Cheers