Hi!
I’m setting up a website (radiologiaribeirao.com) and am pretty new to WordPress.
I would like to remove the info that goes at the end of every post and page, ie: “by Author, Date, in Category…””
Is there any custom CSS for that, or do I have to manually change the code?
Thanks for your help!
(I turned of the website’s “Maintenance mode” so you guys can access it)
@jrchilton You can try the following css, paste it in the custom css of the theme option. But this will leave a double line in between. .entry-meta .date { display: none; }