- This topic has 2 replies, 2 voices, and was last updated 6 months, 1 week ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › I Am One Support › Testimonial link colors
Hi, I want to change link color inside testimonial description. I have use this CSS code but only chance one testimonial link color, not all.
.iamone-testimonial a:link
{ color: #F3F3F3;
}
.iamone-testimonial a:hover
{ color: #7A7A7A;
}
Hi, Have you had time to look this?
Hi,
Kindly use this CSS to change link color in testimonials section.
.tm_description a {
color: #fff !important;
}
.tm_description a:hover {
color: #000 !important;
}
Regards,
Chris
Business from India has been expanding all over the globe for both product and service types of industries. With the Internet, it has become convenient […]
Retail Store WordPress Themes for Online Stores Online businesses have been a menace to the old-school way of doing business, especially those running retail stores. […]
Building websites today is a fun game in today’s virtual world. But if you are less experienced, you must have heard of HTML more than […]