Remove link from Art Project images

Is it possible to have the projects section just show the images but not allow for them to be clicked on or directs them to a different link? Thanks

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSSĀ in appearance - customize - additional CSS

.widget_illdy_project {
pointer-events: none;
}

Thanks!
Colorlib Support Team

i added the code, but can still click the project images which open a new tab which shows the individual image.

Hello there,

Please try this CSS to stop the pointer events for the items:


.project {
    pointer-events: none;
}

Best Regards,
Support