disable background image in homepage
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Mon Mar 03, 2014 11:37 am
- Reply with quote
- Report this post
i cant find the setting on how to disable the background image in the homepage. this is the first image that shows up in the slideshow specifically the business district skyline image. thank you for your usual help
fmc.eruel.com
fmc.eruel.com
-
- Fresh Boarder
- GK User
- Mon Mar 03, 2014 11:56 am
- Reply with quote
- Report this post
Hi,
are you talking about this City in night image ?
http://fmc.eruel.com/templates/gk_game/ ... der_bg.jpg
Just replace with your own - or use transparent image instead.
are you talking about this City in night image ?
http://fmc.eruel.com/templates/gk_game/ ... der_bg.jpg
Just replace with your own - or use transparent image instead.
-
- Platinum Boarder
- GK User
- Mon Mar 03, 2014 1:19 pm
- Reply with quote
- Report this post
hi, yes the city image.
how can i set not to showup just on the homepage? the background is ok on the inside pages.
thanks
how can i set not to showup just on the homepage? the background is ok on the inside pages.
thanks
-
- Fresh Boarder
- GK User
- Mon Mar 03, 2014 2:03 pm
- Reply with quote
- Report this post
Maybe use this:
Read this tip: http://www.gavick.com/documentation/joo ... -template/
- Code: Select all
body.noBg #gkBg { background: transparent !important;}
Read this tip: http://www.gavick.com/documentation/joo ... -template/
-
- Platinum Boarder
- GK User
- Tue Mar 04, 2014 1:39 am
- Reply with quote
- Report this post
Thank you Pawel. Unfortunately it did not work
-
- Fresh Boarder
- GK User
- Tue Mar 04, 2014 10:04 am
- Reply with quote
- Report this post
Upsss...
Right now you have strange error "[an error occurred while processing this directive] "
Maybe this one:
But please remember to refresh browser before you will check.
Right now you have strange error "[an error occurred while processing this directive] "
Maybe this one:
- Code: Select all
body.noBg #gkBg {
background-image: none !important;
background: none !important;
}
But please remember to refresh browser before you will check.
-
- Platinum Boarder
- GK User
- Wed Mar 05, 2014 3:39 am
- Reply with quote
- Report this post
i uploaded the updates and im having hard time now to make the joomla site work...
tried the code in local but background is still there.
tried the code in local but background is still there.
-
- Fresh Boarder
- GK User
- Wed Mar 05, 2014 3:43 am
- Reply with quote
- Report this post
by the way, here are all the custom css codes that's been applied. maybe we can get leads out of the codes. thanks
#gkLogin {display:none;}
.contact h2{display:none;}
.box.highlights { background: none repeat scroll 0 0 #224F9C; }
.box.highlights .gkNspPM-Highlights li { border-bottom: 1px solid #2558AE; }
.bigtabs .gkTabsWrap ol li.active, .bigtabs .gkTabsWrap ol li.active:hover { background: none repeat scroll 0 0 #224F9C; }
.bigtabs .gkTabsWrap ol li.active:after { border-top-color: #224F9C; }
.gkIsWrapper-gk_game figcaption h2 { text-shadow: 3px 3px 0 #505050 ; }
.gkIsWrapper-gk_game figcaption p { text-shadow: 2px 2px 0 #505050 ; }
.gkIsWrapper-gk_game .gkProgressBar { background: none repeat scroll 0 0 #9A342C }
#gkPageContent > div { clear: none; }
.nobg #gkContent {display: none;}
.showcase p.nspInfo .category { background: none repeat scroll 0 0 #9A342C; }
.gkNspPM-VideoGallery .gkBigBlock strong { background: none repeat scroll 0 0 #9A342C; }
.gkTabsWrap ol li.active, .gkTabsWrap ol li.active:hover { background: none repeat scroll 0 0 #9A342C; }
.gkTabsWrap ol li.active:after { border-top-color: #9A342C; }
.gkIsWrapper-gk_game figcaption h2 { font-size: 90px; }
.gkIsWrapper-gk_game figcaption p { font-size: 25px; }
.gkNspPM-VideoGallery .gkSmallBlock small { border: 1px solid #FADA52; }
.gkNspPM-VideoGallery .gkSmallBlock small:after { border-color: rgba(0, 0, 0, 0) #FADA52 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.box.highlights .header {border-bottom: 1px solid #2558AE;}
#gkLogin {display:none;}
.contact h2{display:none;}
.box.highlights { background: none repeat scroll 0 0 #224F9C; }
.box.highlights .gkNspPM-Highlights li { border-bottom: 1px solid #2558AE; }
.bigtabs .gkTabsWrap ol li.active, .bigtabs .gkTabsWrap ol li.active:hover { background: none repeat scroll 0 0 #224F9C; }
.bigtabs .gkTabsWrap ol li.active:after { border-top-color: #224F9C; }
.gkIsWrapper-gk_game figcaption h2 { text-shadow: 3px 3px 0 #505050 ; }
.gkIsWrapper-gk_game figcaption p { text-shadow: 2px 2px 0 #505050 ; }
.gkIsWrapper-gk_game .gkProgressBar { background: none repeat scroll 0 0 #9A342C }
#gkPageContent > div { clear: none; }
.nobg #gkContent {display: none;}
.showcase p.nspInfo .category { background: none repeat scroll 0 0 #9A342C; }
.gkNspPM-VideoGallery .gkBigBlock strong { background: none repeat scroll 0 0 #9A342C; }
.gkTabsWrap ol li.active, .gkTabsWrap ol li.active:hover { background: none repeat scroll 0 0 #9A342C; }
.gkTabsWrap ol li.active:after { border-top-color: #9A342C; }
.gkIsWrapper-gk_game figcaption h2 { font-size: 90px; }
.gkIsWrapper-gk_game figcaption p { font-size: 25px; }
.gkNspPM-VideoGallery .gkSmallBlock small { border: 1px solid #FADA52; }
.gkNspPM-VideoGallery .gkSmallBlock small:after { border-color: rgba(0, 0, 0, 0) #FADA52 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
.box.highlights .header {border-bottom: 1px solid #2558AE;}
-
- Fresh Boarder
- GK User
- Fri Mar 07, 2014 10:41 pm
- Reply with quote
- Report this post
I tried on my demo page, and I don't see background image when "noBg" class was added.
I will try to help you when your website will be on-line, now leave it, is not important.
I will try to help you when your website will be on-line, now leave it, is not important.
-
- Platinum Boarder
9 posts
• Page 1 of 1