Can't hide built in quotes if text is wrapped in html tags
-
I have been trying to remove the built in quotes from the testimonials widget (see the sidebar here). If the testimonial is wrapped in any html tags such as <p>text</p> or <div class =”class-name>text</div> the quotes appear above and below the testimonial in the sidebar widget. I have been through the FAQs and checked “Hide built in quotes” in the settings, tried placing disable_quotes=true in the shortcode and tried adding the following to the styles.css
.testimonials-widget-testimonial .open-quote:before, .testimonials-widget-testimonial .close-quote:after { display: none; }
The only way I can remove the quotes is by removing all html tags from the testimonials page. But then I can’t style the testimonial.
Any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can't hide built in quotes if text is wrapped in html tags’ is closed to new replies.