Support » Theme: Astrid » Testimonial title colour

  • Resolved nadinefp87

    (@nadinefp87)


    Hi,

    I’ve been having trouble getting the colour of the ‘testimonial title’ (name of the person giving the feedback) to be different to the testimonial content (the feedback). I want the title to be white, and the content to be black. I have added the following CSS to my page but its not working.

    .testimonial-title a {
    color: #ffffff;
    text-decoration: none;
    }

    Any advice would be much appreciated. I can’t seem to be able to post a screenshot.

    Thanks,
    Nadine

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nadinefp87

    (@nadinefp87)

    Forgot to mention that I only need this to be the case on the Homepage. The other pages seem to be fine, as I can set the colour of the text to be black from within the widget.

    Hello there,

    Try this CSS code:

    
    .testimonial-area .testimonial-title a {
      color: #fff !important;
    }
    

    Regards,
    Kharis

    Thread Starter nadinefp87

    (@nadinefp87)

    Thank you so much, that worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Testimonial title colour’ is closed to new replies.