Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #818166

    mattbeeps
    Participant

    Thank you. As always, your solution worked like a charm. Cheers 🙂

    #818174

    Thai
    Moderator

    You’re very welcome, @mattbeeps 🙂

    #893773

    Rproctor
    Participant

    I need to remove all metadata, except the Author.

    I tried:

    .blog .entry-header .p-meta > span:nth-child(1), .single .entry-header .p-meta > span:nth-child(1) {
    display: none;
    }

    .blog .entry-header .p-meta > span:nth-child(2), .single .entry-header .p-meta > span:nth-child(2) {
    display: none;
    }

    but that removes everything.

    I tried changing ‘none’ to ‘author’.. Of course all that that did was highlight my lack of skills..

    #894758

    Rupok
    Member

    Hi @rproctor

    Would you kindly provide your URL so that we could provide you some tailored code for you. Make sure to take off the codes you have tried as it’s not working.

    Cheers!