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!
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!
-
- 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
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);
}
-
- 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).
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;
}
-
- Moderator
- GK User
- Mon Aug 31, 2015 8:27 pm
Thanks a lot guys, that solved my problem!
-
- Fresh Boarder
- teitbite
- Wed Sep 02, 2015 2:08 pm
HI
Great to hear that. Closing this thread than.
Great to hear that. Closing this thread than.
-
- Moderator
5 posts
• Page 1 of 1