Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #949106

    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.

    #949153

    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.

    #949315

    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?

    • This reply was modified 6 years, 6 months ago by vinayb.
    #949597

    Here you go.

    .template-blog .blog-meta {
    display: none!important;
    }

    #950449

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.