Expired
I’d like it so the items in my media grid dont do anything when clicked (only hover). How can I turn off the links to the images in the grid?
Hello,
To achieve that, please add this code to your custom CSS box:
.vc_grid-item-mini.vc_clearfix a { display: none; }
Let us know. If the issue still persist, send us your site url to give it a closer look.
Best regards!
That did it. Thank you!!!
You must be logged in to reply to this topic.