Change Text and Hover Colors

Dedicated support forum for CloudHost elegant bosting WordPress theme which is perfect for your business and hosting websites. Here you can ask questions and discuss with other theme users.
GK User
Fri Apr 25, 2014 1:08 am
On my homepage http://development.fourier.com.au/f2/ I have a section called A Business Partner You Can Trust.

The grey squares contain some text links: Our Customers and More Customer Stories.

Can you please help me to make this text color Black and the hover color White.

Thanking you in advance
Sharlene
User avatar
Senior Boarder

GK User
Fri Apr 25, 2014 7:44 am
Hello,

Sure, please add this code into css/override.css file (first enable this override option from Template Options -> Advanced tab):

Code: Select all
#gk-mainbody .gk-testimonials .gk-link a {
   color: #000;
}

#gk-mainbody .gk-testimonials .gk-link a:active,
#gk-mainbody .gk-testimonials .gk-link a:focus,
#gk-mainbody .gk-testimonials .gk-link a:hover {
   color: #fff;
}
User avatar
Moderator

GK User
Thu May 01, 2014 4:53 am
Thank you!
S
User avatar
Senior Boarder


cron