• Can the short line underneath the Testimonial Widget title, color be changed? I don’t think I explained it correctly in my last post so I thought a specific post to address the problem would be best.
    Just to be clear, it’s the thin line that is displayed straight after the Title, in the Testimonial Widget. It uses the Primary color and I really need to change it. Can it be overridden?

    Alternatively, can it be turned off?

    Any help much appreciated

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    To change it, use this CSS code:

    
    .widget_sydney_testimonials .widget-title:after {
      background-color: #ff0000;
    }
    

    Add it to Appearance > Customize > Additional CSS from dashboard.

    To hide it, you can use this code:

    
    .widget_sydney_testimonials .widget-title:after {
      display: none;
    }
    

    Regards,
    Kharis

    Thread Starter gizmo1990

    (@gizmo1990)

    That’s fantastic, thank you so much Kharis. I was worried I’d not be able change it and I really needed too.

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Testimonial Widget Title ‘divide line’ color changed or turned off?’ is closed to new replies.