Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #291779

    Hi,

    I would like to remove the links from the image and the headline text in the Ajax portfolio.

    I am using the child theme. What’s the best way to do this?

    Thank you!

    Steve

    • This topic was modified 10 years, 11 months ago by vanhove. Reason: Bad html for image
    #291797

    Hey Steve!

    Try adding this code to the Quick CSS:

    .portfolio-preview-title a {
        pointer-events: none;
    }

    Cheers! 
    Josue

    #292240

    Thanks, Josue, but that didn’t really change anything.

    I don’t want there to be any links from the image or the title shown in the red circles in my visual.

    Thanks!

    #292242

    Hi!

    Try changing the code to:

    .portolio-preview-list-image a, .portfolio-preview-title a {
        pointer-events: none;
    }

    Cheers!
    Josue

    #292245

    Hi!

    Code Josue posted is working fine. Please disable CSS minifying feature in the plugin you are using, it is stopping the code from applying

    Cheers!
    Yigit

    #292264

    Hi Yigit and Josue!

    Yes, that made it work. And then I was able to re-enable CSS minifying feature in the W3 Total Cache plugin.

    Btw, I just used the first code you gave me: the image still has a link but I think I prefer it that way.

    Your support ROCKS!

    Thanks,

    Steve

    • This reply was modified 10 years, 11 months ago by vanhove. Reason: Wrong spelling
    #292269

    You are welcome Steve, always glad to help :)

    Regards,
    Josue

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How do I remove links from Ajax portfolio?’ is closed to new replies.