Okay
  Public Ticket #321740
Portfolio Date
Closed

Comments

  • James started the conversation

    Hi there, I was wondering if there was an option to not show the date posted on the portfolio page. (article page in my case).

  •  8,454
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    .portfolio-items .work-item.style-4 .bottom-meta p {
        display: none !important;
    }
    Thanks 


    ThemeNectar Support Team