CSS - How do I change this

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
Sun Jan 26, 2014 10:33 am
Reply with quote
Report this post
1. How do I get rid of this white bar. I'd like to move the GK News Show down and get rid of this bar.
2. and 3. How do I change the top bar and footer to white and the text to black.
4. How can I change the colour of this text?
Thank you in advance.
User avatar
Junior Boarder

GK User
Sun Jan 26, 2014 11:03 am
Reply with quote
Report this post
Hi,
about 2,3 and 4 -- read carefully those two guides:
1) http://www.gavick.com/documentation/joo ... -size-etc/
2) http://www.gavick.com/documentation/joo ... -template/

+ those tips:
Code: Select all
#gkTopBar { background: white; }
body { background: white; }


ad 1) I have to see website URL to tell you more.
User avatar
Platinum Boarder

GK User
Sun Jan 26, 2014 11:06 am
Reply with quote
Report this post
User avatar
Junior Boarder

GK User
Sun Jan 26, 2014 11:08 am
Reply with quote
Report this post
Offline mode, thank you very much :cry:

1) use PM to send me access
2) Use my tips.
User avatar
Platinum Boarder

GK User
Mon Jan 27, 2014 2:56 pm
Reply with quote
Report this post
Did you get a chance to take a peak?
User avatar
Junior Boarder

GK User
Mon Jan 27, 2014 10:31 pm
Reply with quote
Report this post
Yes,
But I wonder did you read my guide(s)?

ad 4) Color in Slideshow, use this...
Code: Select all
.gkIsWrapper-gk_game figcaption p, .gkIsWrapper-gk_game figcaption a { color: red; }


ad 2) Colors of topbar
Code: Select all
#gkTopBar { background: white; color: #222; }
#gkTopBar a {  color: #222; }


ad 1) Done, check this:
Code: Select all
.noBg #gkPageContent > div {
    background: none repeat scroll 0 0 #18191B; padding:0;}

I have also added it here, so you don't have to.
css-custom.jpg
User avatar
Platinum Boarder

GK User
Mon Jan 27, 2014 10:39 pm
Reply with quote
Report this post
ad 3) If you want to override footer you have to change color of whole <body>
Code: Select all
body {background: #fff;}

Don't forget about color of links
Code: Select all
#gkBottom2 .box a, #gkBottom3 .box a { color: #222; }


Guide:
http://www.gavick.com/documentation/joo ... und-image/
User avatar
Platinum Boarder

GK User
Mon Jan 27, 2014 10:40 pm
Reply with quote
Report this post
That is awesome, thank you very much.
User avatar
Junior Boarder

GK User
Tue Jan 28, 2014 10:27 am
Reply with quote
Report this post
Soon I will finish this manual : http://www.gavick.com/documentation/joo ... nd-footer/
- which may help you next time
User avatar
Platinum Boarder

GK User
Tue Jan 28, 2014 2:36 pm
Reply with quote
Report this post
Thank you, I'll dive in and have a look. Thanks again.
User avatar
Junior Boarder


cron