How to remove website name, posted date and category on the side of posts?
-
I have the Info Way Theme and on the side of every post is my website name, date and a folder for a category. How do I remove this it is on every post and is redundant?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Can you take a screenshot of where you’re seeing your website name appear? Just upload it to your Media Library.
-
My website address is http://www.aohdiv23.org and on each post is the following information under each side picture. I have been trying to figure out how to remove this info. It is unnecessary and is not needed. Sorry, I wasn’t able to do a screen print, but you can see it on the home page on all the posts. Thanks!
laoh2
September 1, 2014
aoh23div
Misc
Editpicnic2014-3
August 31, 2014
aoh23div
Picnic
Edit -
Thanks for the info! You can remove that using this code:
.post_meta { display: none; }To add this, open your Customizer and select the CSS pane. Copy the entire code and paste it in.
Let me know if I can help with anything else.
-
Thank you so much! It worked yeaaa! I was wondering if you can help me again with the colors on the page. I have the Info Way theme and the menu bar is gray and so are the titles in each additional page. I would like to change them to the color I have been using on my pages, which is a medium green color #008000. Is there a way for me to change it or is it a CSS code change?
-
You can use this code to change the color of the page titles:
.page-heading { color: #008000; }I’m not seeing a gray menu bar. Could you be more specific, or take a screenshot and upload it to your Media Library?
And here are some very helpful posts that will help you customize your site with CSS:
http://dailypost.wordpress.com/2013/06/21/css-intro/
https://dailypost.wordpress.com/2013/07/25/css-selectors/
http://dailypost.wordpress.com/2013/08/29/css-matched-rule-pane/
http://en.support.wordpress.com/custom-design/how-to-find-your-themes-css/
I’m happy to assist with any CSS questions you have. We also have a forum specifically for CSS questions, which you can find here:
https://en.forums.wordpress.com/forum/css-customization
Let me know if you have any more questions!
-
Thank you for the information. It did work and the titles are green like my text. I will save this email for the future.
- The topic ‘How to remove website name, posted date and category on the side of posts?’ is closed to new replies.