Remove Yellow Highlight

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.

1 Like

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! :blush:

1 Like

Thanks so much. It helped! :blush:

1 Like

Awesome to hear that, Sabrina! :heart_eyes: