Customizing a Theme Color with CSS

Professional social WordPress theme with metro design, fully-adjustable grid widget and BuddyPress support.
GK User
Mon Apr 28, 2014 1:12 am
Hello,

I apologize if I missed this somewhere.

I would like to add a different color scheme. What I want to do is alter one of the theme color presets in the override.css file or in the original file whatever is easier. So I don't have to change the color of each separate element or font. Where can this be done? What is the element(s)?

Thanks!
User avatar
Fresh Boarder

GK User
Mon Apr 28, 2014 9:39 am
Hello,

If you want to add new color scheme, please check this article:
http://www.gavick.com/documentation/wor ... or-styles/

You can also copy CSS from e.g. Msocial/css/style1.css file, replace colors and add this code into your override.css file.
User avatar
Moderator

GK User
Wed Apr 30, 2014 3:12 am
Thanks Piotr, I'll give it a go.
User avatar
Fresh Boarder

GK User
Fri May 02, 2014 1:24 am
Thanks, that is where I found them, in the style[].css files.
User avatar
Fresh Boarder

GK User
Tue Aug 12, 2014 2:00 pm
Hello Piotr,

Is the overide.css file something i'd have to FTP to modify? I don't see it listed in Appearance > Editor.

Thanks,
AJ
User avatar
Expert Boarder

GK User
Tue Aug 12, 2014 2:04 pm
Hi @deity999,
Exactly, you have to edit this file through the FTP client.
User avatar
Moderator

GK User
Tue Aug 12, 2014 2:09 pm
Great thanks man!

Now that I'm looking at the style1.css I've identified the color I want to change is #db4a37. Couldn't I simply just change this (each time listed in the style1.css file of course) to the color I want instead of modifying the override.css?
User avatar
Expert Boarder

GK User
Tue Aug 12, 2014 2:29 pm
Sure, you can also change these colors directly in style1.css, but I always recommend to use override.css because of the future updates - if you'll change css rules in other files, like style1, template.css etc. you'll have to remember your changes, because during the update, you may lost all your modifications. If you are using the override.css - you can simply do a backup of this file - update the whole theme directory, then restore this one override file and that's all.
User avatar
Moderator

GK User
Tue Aug 12, 2014 3:06 pm
Ohhh I see now! Great advice, I'll do overide.css. Thanks so much!
User avatar
Expert Boarder


cron