Okay
  Public Ticket #340953
How do I remove the date from a Portfolio?
Closed

Comments

  •  4
    Tess started the conversation

    Hi,

    I just want to remove the date from each image. I can't find the code in any of the pages. Can you tell me where I can find this? Thanks!

  •  8,406
    Tahir replied

    Hey!

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


    ThemeNectar Support Team