Hiding the "Testimonial" header in the Port theme
-
When I visit a testimonial on my site, there is a ‘Testimonial’ header. Does anyone know what custom CSS I can use to hide this header?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Try the following CSS:body.single-jetpack-testimonial h1 { visibility: hidden; }[Moderator’s note – added code tags]
- The topic ‘Hiding the "Testimonial" header in the Port theme’ is closed to new replies.