Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1259295

    Hello,

    I am trying to remove the link in the portfolio grid, which is contained inside the h2.portfolio-preview-title.entry-title (See Attached Image in the private content section)

    It appears after clicking on the lightbox, a clickable H2 title appears next to the picture.

    I tried searching and found a threat from 2014 but it does not seem relevant to this case, hence I am opening a new threat.

    So what is the quick-CSS code to remove the link?

    Best,
    NikoArq

    • This topic was modified 4 years ago by NikoArq.
    #1259377

    Bump :)

    #1259472

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    h2.portfolio-preview-title.entry-title a {
      pointer-events: none;
    }

    If that doesn’t work then please post a link to where we can see the actual element on your site.

    Best regards,
    Rikard

    #1259590

    Hello Rikard,

    Thanks, it worked!

    Best,
    Nikolai

    #1259719

    Hi Nikolai,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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