How to remove arrow icon from the select form


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi

Watch the attache video. Next time share your read only link (here is how) it helps to help you :slight_smile:

https://www.loom.com/share/538f13b1a595496a8959933d97dbbc07

This is not about dropdown arrow…this is about -----> form -----> (select form) ----> arrow

1 Like

Hi @Muhtasim_Wahid use the custom code, it’s working

<style>
.w-select {
    -webkit-appearance: none;
    -moz-appearance: none;
}
</style>

You will finish let me know…

3 Likes

I want it without custom code…

Not possible since the appearance of that arrow is solely determined by your browser and not Webflow.

Thank you @Selva It works perfectly!

1 Like