Page template defaults

Hello
refer to centralintranet.com/page screen shot.pdf
I would like to know what/how to change the page template so that the items shown on the pdf screen shot, crossed in red, would not appear.
Thanks
for your help
G

Hi G

Can’t see anything on the website because it’s covered by the access details page: Screenshot by Lightshot

please login with test/test
thanks
g

This is what I have

Error: The password you entered for the username test is incorrect.

Sorry about that.
please use temp / temp
Thanks
g

Please review the question and suggest some solution.
Thanks
g

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

.newspaper-x-breadcrumbs, header.entry-header, .newspaper-x-next-prev.row {
display:none;
}

Thanks!
Colorlib Support Team

Thank you.
It worked well on all the pages, but the home page with all posts now does not show the featured images or links to the posts themselves.
Any ideas?
thanks
g

Thank you.
It worked well on all the pages, but the home page with all posts now does not show the featured images or links to the posts themselves.
if I use only this:
.newspaper-x-breadcrumbs, .newspaper-x-next-prev.row {
display:none;
}
the links do not show and the featured image shows and maintains its link to the post, although the page title still shows.
How do I remove the page title, without affecting the feature image?
thanks
g

Hi there

Try this:

.newspaper-x-breadcrumbs,
.page header.entry-header,
.newspaper-x-next-prev.row {
display:none;
}