Dropdown Appearance Issue

Hi

We’re encountering Dropdown style issue. Please check the attached screenshot.

Thanks

This is a known issue with the form styles Astra theme includes. You should contact the theme developer, they might have updated their styles for compatibility with the latest versions of Gravity Forms. If not, the following should resolve the issue until they do:

.gform_wrapper select:focus {
    background-repeat: no-repeat !important;
    background-position: var(--gf-ctrl-select-icon-position);
}

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