Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #682305

    hello, on my website homepage at the bottom there are three posts.
    now, above the title the name of the category is visible, below the amount of reactions and the date.
    how to NOT show all of these?

    #682347

    Hey jelle!

    Can you please add the following at your custom CSS

    .slide-meta { display: none !important; }

    and let us know if that will work for you?

    Cheers!
    Basilis

    #682772

    hello basilis, works great, thanks!

    for the categrory not to be shown:

    .blog-categories.minor-meta {
    display: none;
    }
    did the job

    • This reply was modified 8 years, 2 months ago by yampieters.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘post info’ is closed to new replies.