Hi there,
Is it possible to suppress showing category information in both the archive and blog pages, blog post slider, etc.?
Example pages in private below
Kind regards,
Frits
Hey Frits,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.html_elegant-blog #top .avia-content-slider .blog-categories {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria