Can I recolor the navigation buttonit

November 2012 WordPress Theme
GK User
Thu Feb 21, 2013 1:06 pm
Hi!

Default colors in this Themes main menu are orange and black.

Also the pop-up menu is orange + hover over is light orange.

How can I recolor these?
Please tell me the css files and lines to tweak all these.




Yours,
Pekka Varis
User avatar
Junior Boarder

GK User
Thu Feb 21, 2013 1:36 pm
Hi,

All theme colors are located in file css/styleX.css where X is a number of the style which you're using. From your description I understand that you're using the first style, so please edit the css/style1.css file.
User avatar
Administrator

GK User
Fri Feb 22, 2013 10:53 am
Thanks man!

So I opened the style1.css from the Publisher Theme folder css.

Guess what it says:

/**
*
* -------------------------------------------
* Style 1
* -------------------------------------------
*
**/

/*
*
* 13. Style I
*
*
------------------------------------ */

/* 13.1. Basic colors
==================================== */

/* This style is empty, because it uses the basic code from other files */
User avatar
Junior Boarder

GK User
Fri Feb 22, 2013 10:59 am
I forgot that first style doesn't contain the code, because it causes easier override in other styles. In this case I recommend you to use the firebug or Chrome Developer Tools to detect where are defined specific colors (because in the first style these colors will be defined in few files).
User avatar
Administrator


cron