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

    I use a portfolio presenting the dealers of my client. I would like to remove a link to a portfolio, but allow links in excerpts. I found a single code, but it removed all links (to portfolio & excerpts).

    Is the solution to this problem?

    #510798

    Hi tummit!

    We can give you some CSS to disable the link. Send us a link to the page and we’ll take a look.

    Cheers!
    Elliott

    #511345

    Great!

    #511361

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .page-id-1250 .grid-entry-title a {
        pointer-events: none;
    }

    Regards,
    Yigit

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