Is there a way to remove the yellow highlight that goes over a URL or email address from a PDF? I want it to stay linked, but I would like the yellow highlight removed.
Thanks.
Is there a way to remove the yellow highlight that goes over a URL or email address from a PDF? I want it to stay linked, but I would like the yellow highlight removed.
Thanks.
Hi @Sabrina_Da_SIlva, thank you for sharing your suggestion!
We’ll think about adding an option to remove the highlight directly in the widget’s settings, but for now we have a workaround. Just add this CSS code to your widget’s Custom CSS section on the Design tab:
.fb3d-link a,
.fb3d-link:hover a {
background: rgba(255,255,0,0);
}
Hope it helps! ![]()
Thanks so much. It helped! ![]()
Awesome to hear that, Sabrina! ![]()