Change main 'black' colour

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
Mon Dec 02, 2013 10:25 am
Reply with quote
Report this post
How do I change the main template theme colour Black (in menu, on GK4 modules..eg: news scroler at Header area ).... it's just tooooo (er) BLACK

I tired the various Colour settings in the Template config... but that just changes the pop-up headline 'box'

also.... where's the documentation for GK4 ?
User avatar
Fresh Boarder

teitbite
Mon Dec 02, 2013 10:33 am
Reply with quote
Report this post
Hi

Documentation can be found at https://www.gavick.com/documentation/

You need to show me which elements You want to change so I'll be able to point You to code.
User avatar
Moderator

GK User
Tue Dec 03, 2013 12:42 pm
Reply with quote
Report this post
GKNews-Demo.jpg
Thanks, the elements are marked in this pic.
User avatar
Fresh Boarder

teitbite
Wed Dec 04, 2013 10:46 am
Reply with quote
Report this post
Hi

Here a css code for backgorund color for blue arrows from top of the screen to bottom:

Code: Select all
#gkPageTop {
    background: none repeat scroll 0 0 #000000;
}

#gkBannerTop {
    background: none repeat scroll 0 0 #000000;
}

#gkTopMenu {
    background: url("/joomla25/news/templates/gk_news/images/topmenu_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.box.header .nspImageWrapper h4 {
    background: none repeat scroll 0 0 #000000;
}


Code to reduce the top and bottom border for top module:

Code: Select all
#gkBannerTop {
    padding: 10px 0;
}
User avatar
Moderator

GK User
Wed Dec 04, 2013 12:43 pm
Reply with quote
Report this post
Excellent, thanks
User avatar
Fresh Boarder

teitbite
Thu Dec 05, 2013 10:13 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Thu Dec 05, 2013 11:49 am
Reply with quote
Report this post
er, sorry... where do I find the files: in Templates-GKnews----- but then where?
User avatar
Fresh Boarder

teitbite
Fri Dec 06, 2013 5:26 am
Reply with quote
Report this post
Hi

Do You mean the file for this extra css code? Put it into /css/override.css and remember to allow using override in template settings.
User avatar
Moderator

GK User
Fri Dec 06, 2013 12:11 pm
Reply with quote
Report this post
I'm not so sure how to do that... do you mean I create a file in the css folder called "override.css' & copy paste your code there, wiht my modifications?
User avatar
Fresh Boarder

teitbite
Tue Dec 10, 2013 9:18 am
Reply with quote
Report this post
Hi

File called override.css is already there. Please just copy the code there and enable using iverride in template settings.
User avatar
Moderator


cron