Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

CSS to remove heading on Virtue Testimonial Carousel

Home / Forums / Virtue Theme / CSS to remove heading on Virtue Testimonial Carousel

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 8, 2022 at 3:46 am

Hi, I’m using the Virtue Testimonial Carousel in the Home Widget Area. I want to get rid of the heading ‘Testimonials’appearing as a H3 heading above the carousel. I haven’t added heading text into the widget setup & have tried both of the following css in Theme Options>Advanced settings:

.widget_kadence_testimonials_slider .widget-title {
display: none;
}
.kadence_testimonials_slider h3.widget-title {
display:none;
}

Could you please provide alternative css I can use which will remove the heading?
many thanks….

  • The forum ‘Virtue Theme’ is closed to new topics and replies.