Home Forums WoodMart support forum Disable link to single portfolio pages

Disable link to single portfolio pages

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

    Hi there, I want to use the ‘portfolio archive’ page just as it is. I don’t want to use the single portfolio pages. How can I disable these links?

    #700626

    Hello,

    Please copy and paste the below given CSS code to Theme Settings > Custom CSS > Global CSS.

    .portfolio-hover a {
        pointer-events: none !important;
    }

    Best Regards,

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