Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1111365

    Hello.
    Can you please help me in modifying the code for hiding the date in this kind of pages?
    https://www.ticass.it/membri-del-consorzio/progetti-europei-in-corso/

    i mean i know i can use the code
    .slide-meta {
    display: none;
    }

    but i need the dates in the home page for the news…

    Thank you

    and also a link for how to define the dimensions of the thumbnails?

    Thanks

    • This topic was modified 4 years, 11 months ago by gianazzi.
    #1111815

    Hey gianazzi,

    I couldn’t see any dates on the page you posted to, did you manage to get it working? What exactly do you want to change with regards to thumbnails?

    Best regards,
    Rikard

    #1111844

    Hello, thanks for the reply.

    I put

    .slide-meta {
    display: none;
    }

    in the rapid css.

    As a matter of fact, this command hides date for all blog categories, while i want them, i.e., to be showed in the Home page…

    For the thumbnails i found the information i needed in the Documentation :-)

    #1111936

    Hi,

    Please try this CSS instead:

    .archive .slide-meta {
      display: none;
    }

    Best regards,
    Rikard

    #1111955

    It worked smoothly.

    Thank you very very much, we can close the item

    #1112056

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hiding date in blog posts title’ is closed to new replies.