[wp-meta] [Making WordPress.org] #8241: Currency Switcher Dropdown Not Displaying Properly

Making WordPress.org noreply at wordpress.org
Wed Apr 29 11:36:04 UTC 2026


#8241: Currency Switcher Dropdown Not Displaying Properly
---------------------------------------------------+---------------------
 Reporter:  dhrumilk                               |       Owner:  (none)
     Type:  defect (bug)                           |      Status:  new
 Priority:  high                                   |   Milestone:
Component:  Swag Store (mercantile.wordpress.org)  |  Resolution:
 Keywords:  needs-patch                            |
---------------------------------------------------+---------------------

Comment (by mikinc860):

 You can resolve this issue by explicitly setting the text color for the
 dropdown options using CSS. Add the following snippet to your custom CSS:

 {{{
 css
 .currency-switcher-holder select option {
     color: #000000;
 }
 }}}

 This ensures that the option text remains visible and does not inherit
 unwanted styles from the theme or other plugins.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/8241#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list