A line of CSS code has been added to remove the default select styling in Firefox and Safari browsers. This custom modification allows the select dropdowns to match the template design consistently across different browsers.

https://prod-files-secure.s3.us-west-2.amazonaws.com/c08e9cc9-3d03-4977-82a4-2278b0c13abd/96174eb6-6d69-4862-9012-fdce7ddd451b/text-selection-1.png

Implementation details

CSS Modification:

We've added the following CSS code to remove the default select appearance. This line ensures that the default browser-specific styling is removed across different browsers.

https://prod-files-secure.s3.us-west-2.amazonaws.com/c08e9cc9-3d03-4977-82a4-2278b0c13abd/1fa5f6d2-1d34-456b-8728-b8fbcdd00b42/text-selection-3.png

/* Remove default appearance of select elements */
select {
  **-webkit-appearance: none;**
}

This line ensures that the default browser-specific styling is removed across different browsers.

Custom arrow icon

In the Webflow designer, you'll notice two arrows for select elements:

https://prod-files-secure.s3.us-west-2.amazonaws.com/c08e9cc9-3d03-4977-82a4-2278b0c13abd/9802f799-286a-40e7-b699-bdf185c8ba15/text-selection-2.png

To change the custom arrow icon: