Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #430282

    Ajax Portfolio Preview Settings
    portfolio > item (lightbox) > big photo, text on right, x on top right
    I want big photo not clickable and not enlarge

    #430377

    Hi studiokatowice!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .portfolio-preview-image {
      pointer-events: none;
    }

    Cheers!
    Yigit

    #430422

    thx, and last question: how to have prev/next arrows ?
    i mean: no enlarge BUT prev/next visible …..

    #430435

    Hey!

    Please change the code to following one

    .portfolio-preview-image .avia-slideshow-inner {
      pointer-events: none;
    }

    Cheers!
    Yigit

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