• Resolved cwaymem

    (@cwaymem)


    Hello! We recently moved to the premium version for the ability to have external hyperlinks in our embedded PDFs. The links are now working, but I’m wondering if there’s a way to customize the format of the links? I would like to remove the box and have them just be underlined. That’s how they’re formatted in the original PDF we uploaded. Hyperlinks start on page 3 of the referenced PDF. Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @cwaymem,

    There is a bit of CSS spilling over from your theme. If you add the following to your Appearance ? Customize ? Additional CSS field, it will take care of the issue for you:

    .pdfemb-inner-div .linkAnnotation {
        border: none !important;
    }

    If you have any other questions, please feel free to send an email to [email protected] as we may not see messages posted here to respond in a timely fashion.

    Emma

Viewing 1 replies (of 1 total)
  • The topic ‘Remove box from PDF hyperlinks’ is closed to new replies.