How to remove yellow highlight on link box


As shown on my image, im interested in removing the yellow highlight on my link box. :slightly_smiling_face:

  • Emil
2 Likes

Hi there, @Graphic_House and welcome to the Community :waving_hand:

Could you please specify the ID of this widget? I’ll gladly check it for you :wink:

1 Like

I added a link in Adobe Acrobat :slight_smile: Dont believe its a widget like that, but I could be wrong

2 Likes

I am afraid I didn’t quite get your use case.

Is this logo with the yellow background a part of your Elfsight widget? If this is the case, could you please share the ID of your widget?

1 Like


I have put a link box on various places in my PDF, so when the reader reads it, they can click the link and get to the URL I linked to. I made the link box in Adobe Acrobat, and when reviewing that PDF it shows invisble link boxes. But when uploaded to your serivce, the link boxes get a yellow overlay :slight_smile:

2 Likes

Got it, thanks!

I’ve checked your widget in the configurator and the yellow overlay doesn’t appear there:

It seems the issue occurs only upon the installation because of the conflict with the styles of your website. Could you please send me a link to the page, where your widget is installed?

1 Like

Sure :slight_smile:

2 Likes

We’ve fixed the issue, using this code in the Custom CSS field on the Design tab of your widget’s settings:

.fb3d-link a,
.fb3d-link a:hover {
  background-color: transparent;
}

Please check your website and let me know if everything is fine now :slightly_smiling_face:

2 Likes