Tagged: avia framework, post slider
Hi,
I have to hide the category from the article slider used on the homepage under the title “Ristorante” in the middle of the homepage.
How can I do?
Hey leos,
Add this to quick css:
.blog-categories.minor-meta{
display:none!important;
}
Best regards,
Jordan Shannon
Thank you!