• Hi,

    I was wondering if it is possible to hide the date text on the frontpage (The preview image). I want to show only the title of the post and not the date.

    I have tried hiding the post date manually, but i need to show the date on the post (not at the frontpage).

    Is it possible with css code?

    Hope you can help.

    Thank you in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @albdlg,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .archive-post-date { display: none !important; }

    Let me know if that does it.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Hide the date on the frontpage’ is closed to new replies.