How to do simple changes?

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Thu Jun 25, 2015 5:02 pm
1st - I'm looking to center the logo on my webpage (http://www.leveluplive.com) How do I do this?

2nd - How do I change the color of the Text that says "Counting Finished" to green? And the "Sponsor" background to green?

Thank you
User avatar
Fresh Boarder

GK User
Thu Jun 25, 2015 9:25 pm
Hi,

Try to add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)
Code: Select all
a.imageLogo {
   float: none;
   text-align: center;
}
.gk-jscounter > h3 {
   color: #198B19;
}

#gk-sponsors,
.gk-sponsors > div > a {
   background: #198B19;
}

User avatar
Moderator


cron