Home › Forums › WordPress Themes – Premium › Pure & Simple › Hide byline & published date on blog page and individual posts
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?
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.
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.