Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #850662

    ldollard
    Participant

    How do i remove the date on the text overlay in my post grid?

    http://dev3.novelcreativeagency.com/

    thanks so much

    #850671

    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer.

    
    .vc_gitem-post-data.vc_gitem-post-data-source-post_date {
       display:none;
    }
    

    Hope that helps