Okay
  Public Ticket #1328341
Remove date from Blog
Closed

Comments

  • collin started the conversation

    Hi,  Can you tell me how I can remove the date from the Blog Display at the bottom of this page?

    https://winningbydesign.com/


    Thank you,

    Collin

  •  3,034
    Andrew replied

    Hey there,

    Thanks for reaching in,

    Please use this CSS in your custom css

    Salient > General Settings > CSS/Script Related > Custom CSS Code

    .portfolio-items[data-ps="8"] .col .work-info .vert-center p {
    display:none!important;
    }
    

    Hope this helps,

    Regards