Delete title and image on single post
-
Hello,
I would like to delete the title and image in single post please.
I already add this on custom css but it’s not working:
.single-post .entry-header,
.single-post .meta-post-categories,
.single-post .entry-title,
.single-post .entry-meta {
display: none;
}
I have this message that appears in Theme settings:
WARNING: The “PHP Max Input Vars” parameter is set to 1000 which is not enough for our Theme Settings. You need to increase it to 2000 or higher in your PHP configuration. Contact your hosting provider for help on this matter. Otherwise, you will not be able to save Theme Settings.
Do you think that’s where the problem lies ? And how can I change these settings ?
Thank for your help
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the code below:
.single-post .wd-single-post-header {
display: none;
}
Define it in Theme Settings -> Custom CSS.
Kind Regards
This changes nothing. I can’t seem to save the CSS file, probably because of the PHP Max Input Vars.
Hello,
You need to contact your hosting provider and ask to increase max_input_vars parameter to 10000, then clear the cache and check how it works.
Kind Regards
Hello,
You’re very welcome!
I’m glad we could help. If you have any other questions in the future, feel free to reach out.
Best regards
The topic ‘Delete title and image on single post’ is closed to new replies.