Change color header #f93d1c

GK User
Mon Aug 15, 2011 9:13 pm
How i change color #f93d1c style1 to another color

Url of my site http://soupinheirense.com.br

Help-me please
User avatar
Fresh Boarder

GK User
Mon Aug 15, 2011 10:40 pm
Change which part?


ok, got it.

Go to style1/style.css or, enable override.css and add the color you want with the correct CSS attribute.

I would suggest using override.css, as Gavick can release some CSS fix on that CSS file and you'll loose the changes if you forgot to keep track of things ;)
User avatar
Expert Boarder

GK User
Wed Aug 17, 2011 12:15 am
How I Change color on style1

Look example of my image..


color.png
User avatar
Fresh Boarder

GK User
Wed Aug 17, 2011 12:33 am
You can simple get the menu image from the style1 and change colours in any image editor, then re-upload to the folder, no need to edit CSS there if it's only the background you need.

Image name is: menu_item.png
User avatar
Expert Boarder

GK User
Wed Aug 17, 2011 1:30 am
I chanege the file to black, but not change full image.

look my image http://www.soupinheirense.com.br/templa ... u_item.png
User avatar
Fresh Boarder

GK User
Wed Aug 17, 2011 1:59 am
Entendi, queres TUDO preto naquela secção?
User avatar
Expert Boarder

GK User
Wed Aug 17, 2011 4:06 am
O restante eu quero verde! Olha la no site, ta quase tudo verde.. Abracos
User avatar
Fresh Boarder

GK User
Wed Aug 17, 2011 2:11 pm
Ok, to make it all black, first add this lines of CSS to override.css

Code: Select all
#gkMainMenu
{
background-image: url('../images/style1/menu_item.png');
border-bottom-color: #000;
}


Then go to folder:

../images/style1/menu_separator.png


And change the colour of that image to black and save.

Menu should become all black B)
User avatar
Expert Boarder


cron