Website colours

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 Feb 25, 2013 4:22 pm
Reply with quote
Report this post
Is it possible to alter the standard colours available on this template? (Where it has the magazine logo etc)


Would like the default colour to be red before hovering over with the mouse.

Many thanks!
User avatar
Junior Boarder

GK User
Mon Feb 25, 2013 6:39 pm
Reply with quote
Report this post
Hi, no problem you have to overwrite default bg color from BLUE
Code: Select all
background-color: #4D90FE;

to RED
Code: Select all
background-color: #E43A36;

Year ago I would suggest you to change color in this file: gk_magazine\css\style1.css (line 30)
But now our new gavick templates have new overwrite system, so this simple change you can do inside cms.



Template Manager: Edit Style --> Options (Tab) --> Advanced settings -> Custom css (field), insert code below:
Code: Select all
#gkLogo.cssLogo {
   background-color: #E43A36;
}

+ SAVE
User avatar
Platinum Boarder

GK User
Mon Feb 25, 2013 7:25 pm
Reply with quote
Report this post
Excellent, worked a treat. Even when doing the 'hover' option as well.

Is it possible to do this for all colour on the page, or would that be best to alter one of the style sheets?

Cheers!
User avatar
Junior Boarder

GK User
Tue Mar 05, 2013 1:04 pm
Reply with quote
Report this post
Hello
I Would like to invert the colors. For example all the background in black and texts white

Where should I change it?

Thanks
User avatar
Junior Boarder

GK User
Tue Mar 05, 2013 8:02 pm
Reply with quote
Report this post
Hi, you have overwrite all background's colors and font colors. It should take about ~40 min, to test all links, headers etc.

Please use : firebug addon for Firefox browser (see on youtube.com how ti use it) It will help to identify all class. Sorry but, this is customization work not typical support question.
User avatar
Platinum Boarder

GK User
Tue Mar 05, 2013 11:30 pm
Reply with quote
Report this post
Ok
Its better to use the override or change the css of the templates archives?

For the background just put in override
Code: Select all
body {
        background-color: black
}

But maybe for the text it's easier to change in the css archives, isn't it?

Thanks
User avatar
Junior Boarder

GK User
Wed Mar 06, 2013 6:57 pm
Reply with quote
Report this post
If you do not update the template, you can edit files directly on the css, but if we publish a new (corrected) version of the template then you have a slight problem. Therefore, we use the file overwrite.css, after activating this option.

Although from the point of website speed optimization, better not to create duplicates css class.
User avatar
Platinum Boarder


cron