I am having trouble with hiding categories, comment count, post date, etc.
I know to adjust it in Enfold –> Blog Layout, but the problem persists even though I deselect all options.
This issue is actually quite strange, because it occurs in the Blog Post –> Grid Layout. In any other form (i.e. Single Author: big preview) it works fine. I’ve already implemented some lines of code based on the information from other support threads, but I am wondering why the settings specifically do not work in grid form. You can see it for yourself at the site below. On the home page, I have the grid layout, and the categories show. But on the Blog page, none of the categories show (on another setting besides the Grid Layout). The issue is clearly something with Grid Layout.
aceadventurer.com
time.slide-meta-time.updated {
display: none !important;
}
.slide-meta-comments, .slide-meta-del {
display: none!important;
}
Is there any way to not post categories without another line of code? If not possible, may I have that line of code?
Thank you.
Hey acelam714,
Thank you for using Enfold.
The “Blog meta elements” settings will not affect the grid layout because that specific style is using a different template. You can add this css code on the Quick CSS field to remove the category container.
.html_elegant-blog #top .avia-content-slider .blog-categories {
display: none;
}
Best regards,
Ismael