Wider Main wrapper

Posted in: Newsmag
Post count: 104

is there a way to not display page title?

http://dev.ntv.ca/
^ As you can see that is no need for ‘News’ at the top.

thanks

Post count: 104

I’m sorry … the title is the same as the previous post.

Post count: 23312

Hello ntvweb,

You can use a bit of CSS code to do it. Please try the code below and place it in Theme panel->Custom CSS area.

.td-page-title {
display:none;
}

Another possibility for your would be to change the page template to default one or pagebuilder+latest articels+pagination from here -> http://screencast.com/t/Tc2ZjQSVUf59

Thanks for your understanding!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.