Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #965172

    dear customer service

    how can i disable the cropping and remove the link to the popup to the entire image and instead, just make the image show entirely without any link to it ??

    thank you

    #967387

    Hey mm256,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single.single-post .big-preview.single-big a {
      pointer-events: none;
    }
    

    As for the images, please consider these articles

    If you need further assistance please let us know.

    Best regards,
    Victoria

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