Testimonial link colors

Home Forums I Am One Support Testimonial link colors

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #205577
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    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;
    }

    Link to site<a/>

    #205596
    Mika SaurenMika Sauren
    Participant
    • Topics: 36
    • Replies: 64
    • Total: 100
    Member since: August 8, 2019

    Hi, Have you had time to look this?

    #205608
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30695
    • Total: 30695
    Member since: August 16, 2013

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.