As shown on my image, im interested in removing the yellow highlight on my link box.
- Emil
Hi there, @Graphic_House and welcome to the Community ![]()
Could you please specify the ID of this widget? I’ll gladly check it for you ![]()
I added a link in Adobe Acrobat
Dont believe its a widget like that, but I could be wrong
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?
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?
Sure ![]()
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 ![]()