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

    Hi,

    how can I suppress the date in the BLOG PREVIEW?

  • I have deselected all blog meta info, but the date remains.
    I have searched the forum and found the below CSS code.
    However, it suppresses the date in the blog post itself only, NOT IN THE BLOG PREVIEW!
  • Thus, how can I suppress the date in the BLOG PREVIEW as well, or in general?

    Pls. see the website below! Here is the code I found/used:

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

    Looking forward to your respone!

    Kind regards,

    H. Lietz

    • This topic was modified 6 years, 2 months ago by holgerlietz.
#1004956

Hey holgerlietz,

Please try the following in Quick CSS under Enfold->General Styling:

.page-id-1678 .slide-meta {
  display:none;
}

Best regards,
Rikard

#1004987

Hi Rikard,

Thx, works perfectly!

Thx for your support.

Kind regards,

Holger

#1005105

Hi Rikard,

hmmmm, having said this, it only works 50%.

It works on this page: https://interim-manager.biz/projekte/
BUT it does not work on the page with the accordion slider: https://interim-manager.biz/projektbeispiele/
Do you have an explanation for it?

Looking for your response.

Kind regards,

Holger

#1005128

Hi Holger,

The code Rikard gave you works only on that page because there is the page id class in it.
Like this it will work on all pages


.slide-meta {
  display:none;
}

If you need further assistance please let us know.
Best regards,
Victoria

#1005437

Hi Victoria,

ups, got it. Thanks for the code & advise. Works!

Thx for your support and have a great week!

Kind regards,

Holger

#1005447

Hi,

Great, glad we could help you :)

Best regards,
Dude

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Ho to suppress the date in BLOG PREVIEW’ is closed to new replies.