How to find the code on post and remove the posted date and author
-
Hi there, I’m a beginner and almost in tears trying to learn. Been trying to remove the author and post date on each post.
I found previous question and found this…
.posted-on, .author.byline {display: none;}However, I don’t know how to find the code. Please help! TIA
The blog I need help with is: (visible only to logged in users)
-
Aww, hang in there, we’re here to help!
The elements you need to target in your CSS vary from theme to theme. In Spun, the code you’d need to remove the date and author on single posts is:
.single .post-date, .single .byline { display: none; }You’ll need the Premium or Business plan to use custom CSS on WordPress.com.
Here are some very helpful posts that will help you learn how to target the right elements so you can customize them with CSS:
http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
https://thewc.co/articles/view/web-inspector-tutorial
https://cssworkshop.wordpress.com/
Have a peek and feel free to ask the super helpful folks in the CSS Customization forum if you need further help.
-
which theme to choose to get tabs on top of the page and on clicking the tab corresponding horizontal tile gets opened
thanks in advance
-
-
- The topic ‘How to find the code on post and remove the posted date and author’ is closed to new replies.