Remove title of homepage and pages

Posted in: Newspaper
Post count: 25

Hi,

I’d like to remove the homepage title.

Have been searching for the last hour, but all the codes and plugins don’t work.

I’d need a CCS code I can paste and be done with it.

The change post template sugestion so often told doesn’t work, because it messes up the whole homepage (changes fonts, layout).

My site is onmegvalositva.hu

Post count: 20688

Hi,

Please enter this code in Theme panel->Custom Css and it will remove the page title
https://www.screencast.com/t/8rhKYsbFfK

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

Thanks

Post count: 25

Thanks, that solved it!

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