Okay
  Public Ticket #2288790
Category link
Closed

Comments

  •  1
    katana9 started the conversation

    Hi there,

    How to remove category links please ?


  •  291
    Paul replied

    Hi,

    Please apply this custom CSS to hide the category links on the portfolio single pages:

    .post-categories-tags-wrapper {
        display: none;
    }
    

    Regards,
    Paul

  •  1
    katana9 replied

    The category link of the portfolio listing stay active with your css....

    Do I need use 

    pointer-events: none !important;

    to fix it ?

    Thank you

  •  291
    Paul replied

    Sorry, Kat. I thought you meant the category links on the single pages.

    To remove the category links on the portfolio listing page, please use this instead:

    .portfolio-category-wrapper {
        display: none;
    }
    

    I hope it helps.