Tagged: Custom Post Type, gravity forms, header area, post title
I’m currently using Gravity Forms to automatically generate “New Situation” posts when the form is submitted. All posts are assigned to a custom post type/category I created called “Available Situations”.
My HTML and merge tags are working just fine on the page, however, I can’t seem to get rid of the post title text at the top of the page. This appears to happen automatically.
Here one of the posts I created as an example: https://www.adoptionformychild.com/available_situations/lindsey/
(Please use temporary login I provided in the private content area to view)
https://snipboard.io/sgEW1j.jpg
“Lindsey” is the post title and I’ve already used a merge tag to put that in the purple area. As a default, the post title I’ve assigned (Lindsey) automatically appears in the white header area above that.
How to do I get rid of that for all custom posts created in available situations? I don’t want any white area or post title displayed below the site menu and above the purple area.
Thanks!
Kylie
Hey adoptionformychild,
Add this to quick css:
.single-available_situations .post-title.entry-title {
display:none!important;
}
Best regards,
Jordan Shannon
Thank you so much for your quick response. How can I remove that extra space above this purple area so it lines up at the top like all my other posts.
https://snipboard.io/SEiOrf.jpg
Thanks!
Hi,
Add this to quick css:
.single-available_situations main {
display:none!important;
}
Best regards,
Jordan Shannon