Home › Forums › WordPress Themes – Premium › Encounters › Remove page titles and reduce space in posts.
Tagged: encounters
1. In Encounters the space between breadcrumbs and text is too much…How do I reduce the amount? 2. How do I remove Titles from pages.
Hi Delma,
Please add this custom on child theme style.css or additional css section of cusotmizer so your changes will not lost on theme update.
To decrease the space between breadcrum and page title.
#content-wrapper { padding: 10px 0 50px; }
To hide the page title:
.page h1.page-title{ display:none; }
Let us know how it works for you.
Thanks