TheFour – Ghost text displaying on Testimonials page
- The topic ‘TheFour – Ghost text displaying on Testimonials page’ is closed to new replies.
Need help? Check out our Support site, then
Hello – Below the Title on my testimonial pages there is ghost text showing up, “In “. How do I remove this ghost text from my site?
My site is jasminecrandall.com
Thanks so much!
The blog I need help with is: (visible only to logged in users)
Hi, please use this CSS to hide the text:
.single-jetpack-testimonial .cat-links { display: none; }
Or better, hide the whole line with:
.single-jetpack-testimonial .entry-meta { display: none; }
Thank you so much!