Remove icon from "save and continue" button

Hi, with the new layout, the save and continue link got an icon (not sure why). How can I remove that?

The following CSS will remove the icon…

button.gform_save_link::before {
    display: none;
}

I guess that would hide it. Any idea how I can just remove it? Is there a filter of sorts?

Nope, there is no filter for removing it. It will need to be handled via a CSS override of this sort.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.