Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #557782

    Is there any way to disable the links to the portfolio items in a portfolio grid? My clients haven’t set up their individual portfolio items yet, therefore I’d just like the appearance of the portfolio (with a title and excerpt to show up on hover) to stay but without it being possible to click through.

    #557996

    Hi otte4prez,

    Not sure I understand what you mean by that, please send us a link to the site in question so that we can have a closer look.

    Best regards,
    Rikard

    #558070

    Let’s use the Construction demo as an example: in the Featured Works section, I’d like to display their portfolio similarly, but they will setup the individual portfolio pages later. Is it possible to insert some CSS so it’s not possible to click through on the individual items?

    Hope that helps :)

    #558375

    Hi,

    I’m sure there is but we will need to inspect the item itself to give you the correct CSS, if you want to give it a go yourself you can try this:

    .class-of-the-link-you-want-to-disable {
    pointer-events:none !important;
    }

    Thanks,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.