Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #777855

    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. :(

    #777856

    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

    #777863

    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.

    • This reply was modified 7 years, 7 months ago by SarahKay09.
    #777868

    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

    #777876

    I’ve enabled the custom css field but it is still not hiding the image using either of the codes you suggested.

    #777892

    Hi!

    Can you please post a link to your website?

    Regards,
    Yigit

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