Custom Color Scheme

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue Jun 03, 2014 10:57 am
How do I change the colors of FEST? Can I please get a detailed explanation. I wish this color customization was a lot simpler and done within the theme settings.

Thanks!

ps: would like to change color of "register now", ticket link", and count down.

ps: how do i shrink down the size of a widget , there is too much padding in some instances.
User avatar
Fresh Boarder

GK User
Tue Jun 03, 2014 11:14 am
Hello,

You can choose one of three color scheme - available from Fest -> Template Options -> Basic tab (Theme color option).

If it's not enough, you can create your own color scheme, or use override.css file to add your own colors:
http://www.gavick.com/documentation/wor ... or-styles/
http://www.gavick.com/documentation/wor ... gk-themes/

E.g. add this code into Fest/css/override.css file to change register now button background: (first enable this override option from Template Options -> Advanced tab).

Code: Select all
#gk-register a {
   background: #ccc;
}


Regarding the space between widgets, could you provide an URL to your website (here or via PM) and give me more details which widgets exactly do you mean? Then I'll be able to prepare some CSS code for you.
User avatar
Moderator

GK User
Wed Jun 04, 2014 1:20 am
Awesome! got the register button. What about the ticket button? countdown text? and social media buttons?

I wish there was a color picker/changer built into the theme options/customization.

here is the website:http://smartconcentrates.com/cannacon/

using Top 1 for the body, with the dome. woud like to shrink down the space below the photo of the dome.

thanks
User avatar
Fresh Boarder

GK User
Wed Jun 04, 2014 1:28 am
the override changes the overlay color (which is great), but how do i change the color of when hovered/or clicked on?
User avatar
Fresh Boarder

GK User
Wed Jun 04, 2014 1:30 am
which is part of the chosen color scheme
User avatar
Fresh Boarder

GK User
Wed Jun 04, 2014 7:41 am
There's a lot of elements in the Fest theme, so it's not possible to add color picker to each element. You can choose from 3 different color schemes or create your own, did you check my previous links? you can inspect element of your website and use override.css file to change colors to your own if you don't want to use predefined color schemes.

Add this code into override.css:

Code: Select all
.home .gk-page-wrap {
   padding-bottom: 0;
}


And this, if you want another button color on hover:

Code: Select all
#gk-register a:active,
#gk-register a:focus,
#gk-register a:hover {
    background: #000;
}
User avatar
Moderator

GK User
Wed Jun 04, 2014 11:09 pm
im sorry, i'm just not too code saavy.

what bout the color of the menu? static and when hover?
User avatar
Fresh Boarder

GK User
Wed Jun 04, 2014 11:13 pm
i think my best bet would be to probably build out the new color scheme.
User avatar
Fresh Boarder

GK User
Tue Jun 10, 2014 4:21 am
how can i adjust this padding? (marked in red)

https://www.dropbox.com/s/3rvowpbgkl6z0 ... 2%20PM.png
User avatar
Fresh Boarder

GK User
Tue Jun 10, 2014 7:35 am
Try to use this code:

Code: Select all
.home #gk-top1 .box {
   margin-bottom: 10px;
}
User avatar
Moderator


cron