Can the "related post" at the bottom of the post page be set not to display pictures?

Can the "related post" at the bottom of the post page be set not to display pictures?

I don't need to set all the posts, I just want to set some posts,

https://ruitsem.com/archives/725

Thank you very much.

Comments

  • Hello,

    To hide the images from the related posts, you will have to write CSS code, and place it in Betheme -> Theme options -> Custom CSS & JS -> CSS. Do you need help with it?


    Best regards

  • Yes, please help me, Thank you very much.

    Send me the CSS code. 

    But I just want to make this directory (SEO知识星球) https://ruitsem.com/seo-zsxq )’is post under will take effect, while the pictures of other post pages will not be affected.

  • Please, try the following CSS code:

    .category-seo .section-post-related .post-related .single-photo-wrapper{
    	display: none!important;
    }
    

    Thanks

  • Thank you for your reply,

    I also want to hide the “read more button”. How do I write CSS?

    Please see my screenshot.


  • Please, replace the previous CSS code with the following one:

       .category-seo .section-post-related .post-related .single-photo-wrapper,
       .category-seo .section-post-related .post-related .button{
          display: none!important;
       }
    

    Thanks

Sign In or Register to comment.