Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1319010

    I am develop this site:

    And I want to use the entries of the blog to show de activities of this company. So I would like that will not appear the date of each entry. Is it possible?

    How could I do it?

    Thanks.

    Almudena.

    #1319306

    Hi Almudena,

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

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

    Best regards,
    Rikard

    #1319319

    Hi Rikard,
    Thanks a lot. But the date still appears when I show “the last entries” on others pages (look this https://www.onutrail.com/salidas-en-moto-en-huelva/)

    Is it possible not to show the date also when the entries are show in other pages?

    Thanks.

    #1319415

    Hi hector1069,

    To make it global, use this CSS code instead:

    #top .slide-meta {
        display: none;
    }

    Best regards,
    Nikko

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