Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1011116

    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.

    #1011164

    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

    #1011381
    This reply has been marked as private.
    #1011422

    Hi acelam714,

    The word elegant refers to the blog style you’ve chosen in theme options.
    Image 2018-09-18 at 18.42.34.png

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.