Removing post date and category
-
AuthorPosts
-
Hi there,
Could you tell me how to remove the post date and category info on the left hand side of posts. Is this an easy CSS tweak?
Many thanks,
Sarah-JaneThe blog I need help with is: launchpadforyou.com
Hi Sarah-Jane!
Thanks for reaching out! I’m happy to help! This is an easy CSS tweak as long as you have the Custom Design Upgrade that allows you to add CSS :)
Here is the CSS to hide the date and category (http://lift.d.pr/udJi/3zdY1Ysy) specific post meta information on blog pages.
.post-meta-item, .post-meta-item + .post-meta-item { display: none; } .post-meta-item + .post-meta-item + .post-meta-item, .post-meta-item + .post-meta-item + .post-meta-item + .post-meta-item { display: block; }
Let me know if you have any other questions.
Have a great day!
AngelaHi Angela,
Thank you, that is so helpful. Is it also possible to remove the little box icons on posts too?
Another question if that’s ok – is there any coding to make the dropdown menus disappear more quickly when you hover over another menu item as they seem to overlap too much on my website (partly due to my website having long menu titles).
Here is my website.
Many thanks for your help,
Sarah-JaneHi Sarah-Jane,
As far as removing the little box icons, this is part of the design and we can’t remove these.
I will have my dev team take a look at your drop down menus and I will get back to you.
Have a great night!
AngelaHi Sarah-Jane,
I had my dev team review your drop down menus and they said they worked fine and at these time we won’t be changing.
Let me know if you have any other questions.
Have a wonderful Wednesday!
AngelaOh Sarah-Jane good news!
You can remove the little box icons.
.format-icon { display: none; }
Let me know if you have any questions.
AngelaHi Angela,
Thats brilliant about the box icons! With regards to the menu dropdown when you move the cursor from DSA TRAINING to ACCESS TO WORK TRAINING they cross over each other. Is there nothing you can do? I’ve taken a screenshot to show this but can’t seem to attach it to this reply.
Also can you get rid of the word tag next to the main image?
http://launchpadforyou.com/2015/02/01/launch-your-goals-2/Hope you and your team have a great weekend.
Best wishes
Sarah-JaneHi Sarah-Jane,
Glad we can help!
Regarding the menu, it looks to be working fine, it is the long menu titles that are causing this. We will look into pushing an enhancement to cure this, at this time we don’t have an ETA for this.To get rid of the word ‘tag’ next to the main page:
.post-meta-item .post-meta-title { display: none; }
Let me know if you have any other questions.
Have a great day!
AngelaHi Angela,
Yep, that’s got rid of the tags. You’ve been amazingly helpful – thank you!
Sarah-Jane
Awesome Sarah-Jane!
Happy to help!
Let me know if you have any other questions.
Angela -
AuthorPosts
The topic ‘Removing post date and category’ is closed to new replies.