Remove K2 image darkening / Quark

Support desk for Multipurpose Quark Theme
GK User
Fri Jul 03, 2015 11:43 am
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
User avatar
Fresh Boarder

GK User
Fri Jul 03, 2015 11:45 am
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
User avatar
Gold Boarder

GK User
Fri Jul 03, 2015 12:07 pm
thanks!
sorry, I didn´t see the earlier post.
one more thing – what´s the size of the category image? I use 1440 x 600 but it looks like the images gets bad/lower appearence, as if they are resized.
all the best,
Per

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
User avatar
Fresh Boarder

GK User
Fri Jul 03, 2015 4:40 pm
Just went through this myself.

Go to Global Config - Click on K2 on the left hand side and in there you will see where you can set the size for the header under category width. The default is 576 I believe. The smaller of course you can keep it, the faster your page will load.

Hope this helps. :)
Nadja
User avatar
Fresh Boarder

GK User
Fri Jul 03, 2015 5:11 pm
thanks a lot, Nadja!
User avatar
Fresh Boarder

GK User
Fri Jul 03, 2015 5:49 pm
Thanks Nadja for sharing very helpfull!
User avatar
Gold Boarder

teitbite
Mon Jul 06, 2015 9:02 am
HI

Yes, very helpful indeed. Than You for helping in this thread. I guess it's all in this topic, so I'm closing it now.
User avatar
Moderator


cron