Delete all the titles, date and name

Hello, I want to delete all the titles, dates and name of the person who did the page, I have tried to follow the advice from other chats, and put a code to do so, but I don’t have a clue of programing, so I think I am doing something really wrong like missing a bracket or putting it were it shouldn’t go. Neither, do I want it to say No-title. Could you advice me what to do?

In advance thank you for your help and time

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Best Regards,
Support

Hello! thank you for your help :slight_smile: the link is: http://wl-links.com.mx/science-communication/

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the post data by going to Appearance > Customize > Additional CSS and pasting it there.


/*Remove Post data*/
.post-content .post-meta {
    display: none;
}

/*Remove Title*/
.post-content .entry-content .post-title a {
    display: none;
}

Best Regards,
Support

Cool! It worked perfectly :smiley:
Thanks a lot for all your help

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support