Archived topic
Testimonials page titled Archives
4 replies · Started by Anonymous on November 3, 2015
Hello,
I'm using GP/Freelancer and discovered that my testimonials page has the title, Archives. I've been poking around trying to find the setting to correct this, but no dice. I am using the Testimonials function in Dashboard, so why would that page be titled Archives and how do I remove it?
http://www.wordraft.com/testimonial/
Under Title Settings, I have "Disable title on archive page" selected but that has no effect. Why would the Testimonial page be displaying as an archive page?
Hi there,
This CSS should fix it:
.post-type-archive-jetpack-testimonial .page-header {
display: none;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
Also, you need to clear your caching plugin to remove that duplicate search icon.
Hope this helps :)
Thanks Tom, that worked. However, the duplicate search icon isn't going away with the cache dump. Ideas?
Never mind. I got it. Thanks for the help, again.
You're welcome :)
