Hide featured image on single post and ShareThis
problem 1
.single-post .single-photo-wrapper { display: none; }
code is hide featured image & Featured image
i want hide featured image only
I have a lot of posts
Can't go one by one to delete it
problem 2
ShareThis
This caused me a problem with the browser and mobile in the Arabic language
When activated the screen goes blank and the content goes to the right too far
Comments
Hello,
Sorry, but I do not understand. You wrote a featured image two times, and I do not know what you want to achieve.
Also, I went on your website, and the mobile display looks fine to me.
Can you be more precise and explain your issue to me greater, please?
Thanks
code
.single-post .single-photo-wrapper { display: none; }
Before the code
After the code
If you want to remove the images only from related posts, please, try the following CSS Code.
Thanks
this work
.section-post-header .single-photo-wrapper.image { display: none; }
So, everything is working fine now?
Is there anything else I could help you?
Best regards