Home Forums WoodMart support forum Portfolio click

Portfolio click

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

    dweb360
    Participant

    Hello
    In the demo Repair :
    https://woodmart.xtemos.com/demo-repair/demo/repair/
    Is it possible to make the portfolio images not clickable in the carroussel?
    Thank you

    #444508

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .portfolio-entry .portfolio-thumbnail {
     pointer-events: none;
    }

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)