Hi, I would like to use the “standard template” but without heading on the page (but still keeping it in the menu) is that possible?
Other than that – Love the template!
1 Answers
To remove the title from the layout while keeping it in the menu, you can add the following code to the Header code (Dashboard > Customize > Custom Code)
<style>
.headline .entry-title {
display:none;
}
</style>
Hope this helps !
Please login or Register to submit your answer
replied 11 years ago
Figured it out! But the tittle in <> and added a navigation label.