Tagged: Blog title, hide-title, page title, remove title
Hello,
O would like to know if it is possible to eliminate the blog and page title in order to “gain” that space and have the “content” of the pages upper in the browser window.
Thank you very much
Hi @jbedel
Use below custom CSS code to eliminate the blog and page title
.page-title-wrap { display: none; }
Thank you!