I would like to hide the following info that shows up for each post: posted on, author, date, category… How can I do this using Attitude Pro?
Thanks, Joern
Hi Joern,
To hide the category, author and date of the post Add this code inside Dashboard -> Appearance-> Theme – Options -> design-options -> custom css
.by-author, .date, .cat-links {display:none;}
Thank you!
For some reason, this does not work…I use WP4.0 and Attitude Pro 1.5. It does not seem like the theme is reading the custom.css file?
Thanks…
Could you please send the url of your site.
I have the same problem it does not work, the information under the post are still there.
try norwegianwoodworker.com; menu item : wood species
Thanks – J
.
Add this code inside Dashboard -> Appearance-> Theme – Options -> design-options -> custom css
.entry-meta-bar .entry-meta {display: none;}
Great – that worked! Thank you!
Ok that’s great joern.