Home Forums WoodMart support forum Delete title and image on single post

Delete title and image on single post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #634384

    Trincamp
    Participant

    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.
    #634390

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below:

    .single-post .wd-single-post-header {
        display: none;
    }

    Define it in Theme Settings -> Custom CSS.

    Kind Regards

    #634407

    Trincamp
    Participant

    This changes nothing. I can’t seem to save the CSS file, probably because of the PHP Max Input Vars.

    #634411

    Luke Nielsen
    Keymaster

    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

    #634422

    Trincamp
    Participant

    Ok, perfect. Thank you !

    #634460

    Luke Nielsen
    Keymaster

    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

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Delete title and image on single post’ is closed to new replies.