Form Builder Custom CSS help request

So, I’m looking for some help on Custom CSS for my Form Builder widget. The widget is installed on my page here

The floating button (‘request digital files’) is picking up some CSS from my site’s stylesheet, the button:after pseudo-element which adds a FontAwesome arrow with a background-color. Blech! I’ve successfully targeted and removed this button:after styling on the form itself: the submit button and the close X button. But the floating button’s solution is eluding me.

TIA!!

1 Like

Hey there @Rebecca_Clausen :wave:

We’ve removed the arrow from the button with this CSS code:

.global-styles,
.es-forms-floating-button:after {
  display: none !important;
}

Please check your website and let me know if it’s fine on your end now :slightly_smiling_face:

it’s fantastic now!! excellent and much gratitude!

2 Likes

You are most welcome :wink: