Header customization

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Tue Sep 03, 2013 11:40 pm
A couple of customization questions regarding the header:

1) How do I change the size and color of the h1 headings in this area?

2) How do I change the size and color of the h2 headings in this area?

3) How do I change the color of the countdown clock?

4) How do I change the base color and scrollover color in the "Get tickets" button?

5) How do I change the text color and background color of that background box the "Get tickets" button resides in?

Thanks for your help!
Chris
User avatar
Fresh Boarder

GK User
Wed Sep 04, 2013 7:15 am
Please edit: wp-content/themes/Fest/css/override.css
Code: Select all
.gk-animation h1 {font-size: 90px; color: #f00;}
.gk-animation h2 {font-size: 52px; color: #ff0;}
.gk-jscounter > div > strong {color: #00f;}
.gk-animation .gk-ticket:hover strong {background: #00f;}
.gk-animation .gk-ticket:hover strong {background: #0ff;}
.gk-animation .gk-ticket small {color: #9F9F9F;}
.gk-animation .gk-ticket {background: #222; background: rgba(0, 0, 0, 0.4) url('../images/tickets_btn.png') no-repeat 95% center;}


Ordered in same order as questions.
With last one You need either replace original file inside template folder, or upload new one and change file name.

Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).
User avatar
Moderator


cron