StyledThemes

Hide byline & published date on blog page and individual posts

Home Forums WordPress Themes – Premium Pure & Simple Hide byline & published date on blog page and individual posts

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #69831
    Vicki Berenson
    Participant

    https://2020.sharicohn.com/blog/
    I thought this CSS used to work but it doesn’t on this site – maybe it never did?

    /*Hide author and date in post titles and posts*/

    .blog .byline {
    display: none;
    }
    .post .byline {
    display: none;
    }
    .blog .posted-on {
    display: none;
    }
    .post .posted-on {
    display: none;
    }

    Thank you for all your help, I realize I’m asking lots of questions. Is there a way to close a post or somehow note that the answer worked? Is there a way to search the pro forum to see if you have already answered a question?

    #69861
    Styled Themes
    Keymaster

    Your code was not working because of a syntax error in your customizer CSS
    It should be okay now, I fixed a missing } in the code.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.