- This topic has 2 replies, 2 voices, and was last updated 1 year, 8 months 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
Free WordPress Magazine Themes and Templates With the advancement of technology, one can have any information at their fingertip. Understanding the importance of the internet […]
Freemium WordPress Themes With this list of freemium WordPress themes, you can save your time in theme selection and get started with your website instantly. […]
Best Free Landing Page WordPress Themes to Build Landing Page If you are in the process of just setting up your first website, then you […]