Header image shows very dark

Support desk for Multipurpose Quark Theme
GK User
Sun Aug 30, 2015 10:02 pm
Hi there.

I’m just using your header image on my website to play with but for some reason it shows up very dark. I went through all sort of settings but couldn’t find the reason for it.

http://www.stefanweber.com

Have you got any idea what is wrong here?
Thanks in advance!
User avatar
Fresh Boarder

GK User
Mon Aug 31, 2015 7:41 am
Hi you proably used a blog page that is the reason why.

1) you could try to make a non-blog page

or easy fix 2) change the css code in css override

template manager > advance settings > override code > paste here

Code: Select all
.single-page > .header:after,
.blog-page > .header:after {
  background: rgba(51, 61, 67, 0);
}
User avatar
Gold Boarder

teitbite
Mon Aug 31, 2015 11:42 am
Hi

Exactly as xWiz said. But It's better to use "transparent" value instead, to remove the darkening layer. Less processor time used (a little, but always somethging).

Code: Select all
.single-page > .header::after,
.blog-page > .header::after {
    background: transparent;
}
User avatar
Moderator

GK User
Mon Aug 31, 2015 8:27 pm
Thanks a lot guys, that solved my problem!
User avatar
Fresh Boarder

teitbite
Wed Sep 02, 2015 2:08 pm
HI

Great to hear that. Closing this thread than.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.