MWinter
asked 10 years ago

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!

MWinter
replied 10 years ago

Figured it out! But the tittle in <> and added a navigation label.

1 Answers
DominicStaff
answered 10 years ago

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 !

Powered by DW Question & Answer Pro