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

    Specifically, this question applies to the use of the Blog Post Page Builder element with a “List Layout – Simple” setting.
    On the standard setting, it shows Title, Categories, and Date / Comment Count / Author

    I would like to HIDE Categories, and then tighten up the vertical spring between the post Title and Date / Comment Count / Author

    I would like this edit pervasive across all devices, desktop, tablet, and phone. I have included login credentials below if needed.

    Thank you!

    #1397387

    Hey William,

    Thank you for the inquiry.

    You can use this css code to hide the categories in the post meta container.

    span.blog-categories.minor-meta {
        display: none !important;
    }
    
    span.blog-categories.minor-meta + span.text-sep {
        display: none;
    }

    Best regards,
    Ismael

    #1397490

    Thank you Ismael. The code worked great. Thanks again for your attention to this. This thread can be closed.

    #1397554

    Hi,
    Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Categories on Blog Post Page Builder Element’ is closed to new replies.