New Landing How can we help? Themeforest Theme Support Dante portfolio description link removal

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #209890
    origamico
    Member
    Post count: 57

    Hello, how can I remove description link leading to portfolio deatail (marked on screenshot)? So that only an image is the only way to portfolio detail.
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #210017
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .portfolio-showcase-wrap ul li .item-info.has-subtitle{
    display:none !important;
    }

    Thanks
    Mohammad

    #210192
    origamico
    Member
    Post count: 57

    thanks, but I want to keep the description there. I just don’t want the text to be link.

    #210203
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .portfolio-showcase-wrap ul li .item-info span:last-child{
    cursor:unset !important;
    }

    Thanks
    Mohammad

    #210216
    origamico
    Member
    Post count: 57

    It doesn’t work

    Attachments:
    You must be logged in to view attached files.
    #210458
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    This will do it:

    .portfolio-showcase-wrap ul li .item-info span:last-child {
        pointer-events: none;
        cursor: default;
    }

    – Your theme is very out of date, you should update it if you can.

    Thanks,
    David.

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register