Home Forums WoodMart support forum Disable hyperlink on Media Grid

Disable hyperlink on Media Grid

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #261463

    nebuladesignsCT
    Participant

    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.
    #261583

    Hello,

    Please assign the class to the element and provide the page URL I will provide custom CSS.

    Best Regards

    #261588

    nebuladesignsCT
    Participant

    Created a class “nolinksmooigrid” to the section.

    #261648

    Hello,

    Please provide the page URL where you show the Media Grid.

    Best Regards

    #261749

    nebuladesignsCT
    Participant

    The url is provided.

    #261918

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .vc_gitem-animated-block {
        pointer-events: none;
    }

    Best Regards

    #267923

    nebuladesignsCT
    Participant

    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.
    #268033

    Hello,

    Please provide the page URL.

    Best Regards

    #268034

    nebuladesignsCT
    Participant
    #268093

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .vc_gitem-post-data-source-post_date{
    display:none;
    }

    Best Regards

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