Hi there, i need to remove the pencil icon and the grey box around it from blog listing page. Please see https://www.screencast.com/t/Tl2etcIxvCGJ
I have seen many comments in the support forum but nothing really seems to be working. Please help.
You can get around this easily by adding a featured image to each post. Even if you don’t need/want a custom image for each post, you can simply create an image/graphic to use on all posts. In my opinion, it looks better to have something there and a little less code is then needed to remove the element.
If you still want it completely removed, we can get you the code.
I appreciate your reply. Actually in case if there is no featured image, we dont want to display that pencil icon and box. can you please suggest the css to get rid of it?
Here you go.
.template-blog .blog-meta {
display: none!important;
}
Hi vinayb,
Have you tried the solution given above by WP Turned Up? If it does not work for you, could you please give us a link to your website, we need more context to be able to help you?
Best regards,
Victoria