Okay
  Public Ticket #1110666
Hide project attributes on portfolio detail pages
Closed

Comments

  • Linda Campbell started the conversation

    Hi,

    My client would prefer that the project attributes not show on the detail pages of the portfolio. I would like to hide them rather than delete them since I think they help search engines. Is there a way to keep them but have them not appear on the page?

    Thanks, Linda

  •  9,001
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    ul.project-attrs.checks {
        display: none !important;
    }

    Thanks


    ThemeNectar Support Team