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
a.imageLogo {
float: none;
text-align: center;
}
.gk-jscounter > h3 {
color: #198B19;
}
#gk-sponsors,
.gk-sponsors > div > a {
background: #198B19;
}