Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #620769

    Hi,
    I would like to remove the date on the “latest posts” widget on my site, so it’s only the title on the posts that appears.
    Can anyone help me with editing the code?
    You can see the site here:
    http://fhecht.dk/blog/

    Thank you very much.

    • This topic was modified 7 years, 12 months ago by fhecht.
    #620859

    Hey fhecht!

    please add the below CSS in Enfold > General Styling > Quick CSS

    .post-meta-infos .date-container, .post-meta-infos .date-container + .text-sep-date{
      display: none !important;
    }

    Best regards,
    Vinay

    #621060

    Hey Vinne,
    Thank you for helping out. I inserted the code per your instructions but it didn’t seem to work out. The date is still there.

    #621776

    bump

    #622648

    Hi!

    Please use following code instead

    span.news-time { display: none !important; }

    Regards,
    Yigit

    #638334

    Hello Yigit, I have the same issue. I’d like to remove the “comments count” and “post date” from the post slider.

    I tried adding this code from above: span.news-time { display: none !important; } to the Quick CSS field, to no avail.

    Here’s the link to the development site: http://kevinpropper.com/IDI/ The IDI Special Events section is where the posts whose dates i wish to remove show up.

    Kindest regards,
    Kevin

    #638372

    Hi,
    I do not see the date’s on the Special Events Section. Not sure if you sorted it? but you may not see the changes until the cached files are cleared in your browser.

    Please try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.