I’ve tried to find a post that answers my question with no luck.
I want to hide an image on my blog post so that it only shows if a user chooses to share my post on Pinterest.
I managed this on a previous blog post using the text box, adding media and then applying the [div] code but it doesn’t seem to be working any more.
I’m having countless problems with my Enfold theme recently. :(
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single-post .big-preview.single-big { display: none; }
Best regards,
Yigit
Ok, thanks, I’ve done that. The image is still showing.
How do I add an image that works with this CSS. I don’t want it to be for all images, just certain ones.
Hi,
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your image element and give it a custom CSS class and change the code to following one
.your-custom-class { display: none; }
Best regards,
Yigit
I’ve enabled the custom css field but it is still not hiding the image using either of the codes you suggested.