Disable hyperlink on Media Grid
-
Is it possible to disable the hyperlink on media grid item. I just have a media grid with images as a reference point. I dont want the image to hyperlink but the image name must be visible on the image.
Attachments:
You must be
logged in to view attached files.
Hello,
Please assign the class to the element and provide the page URL I will provide custom CSS.
Best Regards
Created a class “nolinksmooigrid” to the section.
Hello,
Please provide the page URL where you show the Media Grid.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .vc_gitem-animated-block {
pointer-events: none;
}
Best Regards
How can i only hide the date on the hover. I need the image name to stay but just the date to be removed.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the page URL.
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .vc_gitem-post-data-source-post_date{
display:none;
}
Best Regards