On previous Wordpress-sites I have used the code <div style = “display:none;”></div> to hide Pinterest cover-photos on a post, to not make it cluttered.
I am using the Soledad theme, and when I try to hide pictures on my site https://mona-lisa.com using the same code it does not work, and the actual code is displayed instead. Is there another way to do this with Soledad, please? :)
Hi there!
On previous Wordpress-sites I have used the code <div style = “display:none;”></div> to hide Pinterest cover-photos on a post, to not make it cluttered.
I am using the Soledad theme, and when I try to hide pictures on my site https://mona-lisa.com using the same code it does not work, and the actual code is displayed instead. Is there another way to do this with Soledad, please? :)
Best regards,
Mona-Lisa
Hi,
Can you show me URL for this issue and a screenshot about what element you want to hide?
Best Regards,
PenciDesign
Hi, thank you very much for getting back to me!
This isn't a picture I actually want to hide, I am just using it as an example:
So at the bottom of this page, I have now used the code (which normally would hide the image) on the picture of the two dogs: https://mona-lisa.com/5-things-i-wish-i-had-known-before-launching-a-business/
Screenshot: https://www.screencast.com/t/1Gpnqspr
Hi,
Your code is wrong - check this image: http://prntscr.com/ofd9og
It should be:
style="display: none;"
NOT:
style=”display: none;”
The different between letters: " and ”
That's 2 different letters.
Best Regards,
PenciDesign