Intro in Subpages - eliminate blue space

Creative and responsive Joomla template with amazing parallax effect.
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
Tue Sep 23, 2014 10:42 am
Reply with quote
Report this post
Hello

I put slideshow on the main page (Image Show GK4)
I just want to appear on the first page and I configured, but appears in the sub pages big blue space although the slideshow does not appear because i disabled,
But I can not disable the position, perhaps the intro??

Thanks for your help
User avatar
Senior Boarder

GK User
Tue Sep 23, 2014 4:56 pm
Reply with quote
Report this post
Hi,
are you sure that you're talking about GK Creative template ? it doesn't have any blue header.
User avatar
Platinum Boarder

GK User
Tue Sep 23, 2014 5:09 pm
Reply with quote
Report this post
Before loading slide in the top (intro) have a big blue square i want to enable only in the first page(home)...
User avatar
Senior Boarder

GK User
Tue Sep 23, 2014 5:11 pm
Reply with quote
Report this post
Sorry the template is Creativity :(
User avatar
Senior Boarder

GK User
Tue Sep 23, 2014 10:00 pm
Reply with quote
Report this post
but on demo page and also in QS, on subpage yes there is a header but with image bg, no blue color?
or I'm blind ?
00header.png

and this is from
Code: Select all
#gkBreadcrumb {
    background-image: url("http://demo.gavick.com/joomla25/creativity/images/demo/desk.jpg");
    background-position: 50% 20%;
    background-size: cover;
}


so to hide BG use
#gkBreadcrumb { background:transparent; padding:0;}
User avatar
Platinum Boarder

GK User
Fri Sep 26, 2014 11:23 am
Reply with quote
Report this post
I guess this should help

Code: Select all
html {background:  white;}


or even
Code: Select all
html {
    background:  transparent;
    height: 1%;
    min-height: 1%;
}


but most be used only on subpages.
User avatar
Platinum Boarder

GK User
Mon Sep 29, 2014 6:08 pm
Reply with quote
Report this post
Thanks Oscar ;)
User avatar
Senior Boarder


cron