Title: Dropdown/Select Arrow Location
Last modified: February 22, 2021

---

# Dropdown/Select Arrow Location

 *  Resolved [kubekutter](https://wordpress.org/support/users/kubekutter/)
 * (@kubekutter)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/dropdown-select-arrow-location/)
 * For the life of me I can’t figure out where the Dropdown Menu arrow is coming
   from. I’ve Inspected it again and again and can’t locate it. I’ve also scoured
   the Docs and there seems to be no mention of the arrow. I’m ultimately trying
   to style it (or remove and add my own), but can’t until I hone in on it.
    Thanks
   in advance!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Yordan Soares](https://wordpress.org/support/users/yordansoares/)
 * (@yordansoares)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/dropdown-select-arrow-location/#post-14087734)
 * Hello [@kubekutter](https://wordpress.org/support/users/kubekutter/),
 * Try this: [Styling a Select Like It’s 2019](https://css-tricks.com/styling-a-select-like-its-2019/)
 * Best regards,
    Yordan.
 *  Thread Starter [kubekutter](https://wordpress.org/support/users/kubekutter/)
 * (@kubekutter)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/dropdown-select-arrow-location/#post-14093184)
 * Thank you Yordan! That didn’t necessarily help directly, however it led me to
   learning about the Appearance property. Best I could find is something like:
 *     ```
       select {
           -moz-appearance:none; /* Firefox */
           -webkit-appearance:none; /* Safari and Chrome */
           appearance:none;
       }
       ```
   
 * This will at least remove the system-generated arrow (or wherever it’s coming
   from) so I can then add my own. Thanks for the help!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Dropdown/Select Arrow Location’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

## Tags

 * [dropdown menu](https://wordpress.org/support/topic-tag/dropdown-menu/)

 * 2 replies
 * 2 participants
 * Last reply from: [kubekutter](https://wordpress.org/support/users/kubekutter/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/dropdown-select-arrow-location/#post-14093184)
 * Status: resolved