Remove yellow highlighting of elements with links

Add this code to the Custom CSS field on the Design tab of your Flipbook widget’s settings:

.fb3d-link a,
.fb3d-link:hover a {
background: rgba(255,255,0,0);
}
1 Like