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?
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
hello basilis, works great, thanks!
for the categrory not to be shown:
.blog-categories.minor-meta {
display: none;
}
did the job