Okay
  Public Ticket #2383197
Remove Category Title From Portfolio
Closed

Comments

  •  2
    timengelbrecht started the conversation

    Hello, I would love to remove the category "Real Weddings" from the portfolio section of my website. I can't find an option to do this. I love the theme! 

    Thanks so much! 


    Screenshot attached

  •  3,054
    Andrew replied

    Hi there,

    Thanks for getting in touch.

    Use the following custom css in Salient > General settings > CSS/Script related:

    .nectar-post-grid-item .meta-category a {
        display: none !important;
    }
    

    Hope this helps.

  •  2
    timengelbrecht replied

    Thank you!