Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #870253

    toddfmay
    Participant

    I’d like to remove all but the date from the meta display on my post archives.

    Page – http://dev-palmspringslife.pantheonsite.io/category/arts-entertainment/

    Ideally trying to get them to look more like my recent post displays at http://dev-palmspringslife.pantheonsite.io/arts-entertainment/

    Thanks for your Help – Todd

    #870476

    John Ezra
    Member

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    p.p-meta span:nth-child(1),p.p-meta span:nth-child(3),p.p-meta span:nth-child(4) {
        display:none;
    }
    
    p.p-meta span:nth-child(2):after {
        display:none;
    }

    Hope this helps – thanks!

    #871158

    toddfmay
    Participant

    Perfect – thanks for all your help.. your support is priceless..

    Todd

    #872127

    Darshana
    Moderator

    Glad we were able to help 🙂