I inserted this:
.post-quote-link-meta .ti-quote-left {
display: none;
}
.post-quote-link-meta .ti-quote-right {
display: none;
}But the “99” and “66” still appears.
Code in page:
<div class="sh-testimonials-quote-icon text-center"> <i class="ti-quote-right"></i> </div>
From CSS:
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}How do I remove “99” and “66”?
Thanks in advance.
Is it possible to insert another quote-graphic?