Okay
  Public Ticket #1679651
Category
Closed

Comments

  •  1
    jhmoses10x started the conversation

    How do you turn off the category in the top left corner of the Blog Enhanced Recent Posts template?

  •  75
    Scott replied

    Hey there,

    Thanks for reaching in,

    Please try this CSS in Salient > General Settings > CSS/Script Related > Custom CSS Code

    .post-area.masonry.classic_enhanced article.post .content-inner span.meta-category {
        display:none!important;
    }
    

    Hope this helps,

    Regards

    Themenectar Support Team