Skip Navigation

[Resolved] Edit the POST page

This thread is resolved. Here is a description of the problem and solution.

Problem:

The issue here is that the user wanted to remove the post information and post title from their page.

Solution:

This can be done by using the following css.

.post_info{
display: none !important;
}
 
.entry_title{
display: none !important;
}
This support ticket is created 6 years, 7 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

This topic contains 2 replies, has 2 voices.

Last updated by adriaB 6 years, 7 months ago.

Assisted by: Shane.

Author
Posts
#908034
ejemplo.jpg

I am editing the POST page and by default I get an information that does not interest me and I don't know how to get it out. Attachment screenshot. (hidden link)

Can you help me?

Thank you

#908518

Shane
Supporter

Languages: English (English )

Timezone: America/Jamaica (GMT-05:00)

Hi Adria,

You can add this css and it would remove it .

.post_info{
display: none !important;
}

.entry_title{
display: none !important;
}

Thanks,
Shane

#911771

Thank you very much!