Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #261505

    I want to remove the date and author from the blogrol. The options in enfold theme removed only the author and date from the blog post and not from the blogrol.

    Can anyone help me?

    #261507

    Hi Miikey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .post-meta-infos { display: none !important; }

    If that does not work, please post the link to your website

    Regards,
    Yigit

    #261680

    Hi Yigit,

    That’s remove all. I want only remove author and date please.

    It was working before update with this I mean
    .text-sep-cat, .blog-author { display: none; }

    But now only the author is away and not the date.

    #261696

    Hi!

    Please add following code to Quick CSS instead

    .date-container, .text-sep-date { display: none !important; }

    Please disable css minifying if code does not apply

    Best regards,
    Yigit

    #261698

    Hi Yigit,

    That does the trick. Why you set display: none !important; } and not display: none; }? What does !important mean?

    Do you no also the answer for this treat: https://kriesi.at/support/topic/no-sharing-icons-and-category-clickable/
    It annoys me for some time and I know no solution.

    Best regards,
    Miikey

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove date and author’ is closed to new replies.