change color buttons

Responsive WordPress theme suitable for Schools, Colleges or educational websites.
GK User
Fri Apr 17, 2015 3:44 pm
hello
I can change the color of these buttons?
thank you for your help!
http://www.quimiguay.com.ar
User avatar
Fresh Boarder

GK User
Sat Apr 18, 2015 9:21 am
Hi,

Did you solve the issue? Because color or the buttons is changed now.
User avatar
Moderator

GK User
Wed May 20, 2015 8:34 pm
Hi Piotr!

I have the same question!.. How I can change the color of the buttons? and the color of the text?

Thanks!
User avatar
Gold Boarder

GK User
Thu May 21, 2015 8:27 am
Hi,

Please add the following custom css code with your own color values:
Code: Select all
.gk-content-list li a {
   color: #fff;
   background-color: #000;
}
User avatar
Moderator

GK User
Fri May 22, 2015 6:08 am
Hi! Thanks for answer me!

I just want to know how to change the color of the text of the buttons too....

Thank you
User avatar
Gold Boarder

GK User
Sun May 24, 2015 9:15 pm
The code is also for the text color: color: #fff, if it doesn't work, try with this code:
Code: Select all
.gk-content-list li a {
   color: #ddd!important;
}
User avatar
Moderator

GK User
Mon May 25, 2015 3:36 pm
Ok! Thank U!
User avatar
Gold Boarder


cron