[Support request] Woocommerce change country/state dropdown arrow color

Home Forums Support [Support request] Woocommerce change country/state dropdown arrow color

Home Forums Support Woocommerce change country/state dropdown arrow color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1125122
    Michael

    Hi,

    On the checkout page, there is a standard grey arrow out to the right of the Country and State select fields.

    How would I change the color of that to a brighter color instead of the default Woocommerce option.

    #1125180
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #000 transparent transparent transparent;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Make sure to only edit the #000 part and keep the transparent part.

    #1126053
    Michael

    Perfect, thanks!

    #1126167
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

    Please be mindful that this question should be answered by WooCommerce’ support ๐Ÿ˜‰

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.