This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
Hi,
How can i remove the page title per page? SO on one page i want the page title but i want to remove the page title on a different page. How can i do that?
Kind regards
Hello,
You can add this css code in Custom css for page http://prntscr.com/ilb9xu:
.page-heading .title {
display: none;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up