gkmainwrap causing problems with rgba

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jul 24, 2015 5:59 pm
Reply with quote
Report this post
Hi,

I am having an issue with the Shop and Buy template. I am trying to make the gkheaderNav div translucent using: background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important. I want to display a slideshow or static image towards the top of the page that appears behind this div. It seems to me that gkmainwrap is causing the issue here. Any ideas?
User avatar
Fresh Boarder

teitbite
Fri Jul 24, 2015 9:15 pm
Reply with quote
Report this post
Hi

I'm not sure if I undersatnd correctly. Are You trying to place a slider under the site ? Can I please see what You have prepared already, so I'll be able to help ?
User avatar
Moderator

GK User
Fri Aug 14, 2015 7:07 pm
Reply with quote
Report this post
This is exactly correct! Everything I have tried using CSS I have not been able to make the header area transparent to show the top of the slideshow behind it. Any ideas?
User avatar
Fresh Boarder

teitbite
Sat Aug 15, 2015 12:18 pm
Reply with quote
Report this post
Hi

I'm looking at Your site, but I still cannot figure out how this would looks like. Also Your template is highly modified already so I cannot make any tests on my copy.

Try maybe using code like:

Code: Select all
#gkHeaderNav {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 300;
}
User avatar
Moderator

teitbite
Wed Aug 19, 2015 5:54 pm
Reply with quote
Report this post
Hi

This looks to be much more complicated than I thought. You need to put the header over the slider with a code like:
Code: Select all
#gkHeaderNav {
    z-index: 1000;
}


but still there are spaces from layer above so it will not cover the whole site.
User avatar
Moderator


cron