testimonial read more links
- The topic ‘testimonial read more links’ is closed to new replies.
Need help? Check out our Support site, then
Dear support team,
I need help with the read more links here:
https://kalscheuer.com/testimonial/
On main page the links are active (scroll down):
But they are inaktive on the testimonial subpage.
As well, is it possible to get rid of the underlining when not hovering over? (as well in the blog preview on main page?)
On main page, in the blog preview, I have I face a double “read more”. Is it possible to eliminate one?
Another problem I would like to solve:
It displays “Referenz” on all single testimonials … Is it possible to adapt the title “Raphael Westner (2013)”? And eliminate the same “Raphael Westner (2013)” on the bottom of page?
Thank you very much in advance!
The blog I need help with is: (visible only to logged in users)
Hi there,
1) It seems like more of a Jetpack issue. It doesn’t render html in Testimonial Index. I would suggest contacting WordPress.com support.
2) To fix this use following CSS via Customize:
.front-entry-content p a, #front-page-blog .continue-reading span, .testimonial a {
text-decoration: none;
}
.front-entry-content p a:hover, #front-page-blog .continue-reading span:hover, .testimonial a:hover {
text-decoration: underline;
}
3) It requires advanced template customization. Do you want that? Let us know.
Cheers.