Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #857082

    Hello,

    How can I hide the post date and the number of comments on the blog page?
    I tried to find it in WP & ENfold options, but no way to find it ;-)

    Could you tell me how to do?

    Thanks in advance, and best regards,
    Olivier.

    #857298

    Hey OlivierCharlot,

    Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS

    
    .slide-meta {
      display: none !important;
    }
    

    Best regards,
    John Torvik

    #857392

    Fantasstic! It just works great.

    Is there a way to show the date when opening individual blog posts, but keep it hidden on the main blog page?

    Thanks a lot, and best regards,
    Olivier.

    #857643

    Hi Olivier,

    The rule that hides the meta on individual posts is a different one, it’s on the screenshot in private. Please disable cache and minification, so that we can find where it is coming from.

    Best regards,
    Victoria

    #861054

    Hi Victoria,
    Cache and Minification are done with 2 plugins, and this directly impacts pageload speed as you well know.
    Website speed is quite a concern to me so I´d rather not let important plugins inactive for some hours or a couple of days depending on how much you need.
    You can disactivate and re-activate yourself these 2 plugins:
    – WP Fastest Cache
    – WP Punch Optimization

    Let me know if you need anything more, and thanks a lot for you support,
    Olivier

    #862248

    Hi,

    Thank you for the info.

    Please add this code in the Quick CSS field.

    .single .av-blog-meta-date-disabled .minor-meta.date-container, .single .av-blog-meta-date-disabled .text-sep-date {
        display: inline-block !important;
    }

    Best regards,
    Ismael

    #874086

    Upsss… I forgot to close this topic thanking you as it just worked fine ;-)

    #874458

    Hi,

    No problem. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide post dat and comments on blog page and blog post’ is closed to new replies.