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

    I’m having an issue with the styling of the checkout page, mainly the Country and State drop down menus.
    This issue also persists within the edit address screen as well.

    The styling of these two sections remains consistent with the theme styling for an extremely short amount of time and then switches to the white drop down menus as seen below

    http://gyazo.com/18657c9dc8c2370bd81b988873f6978e

    I’m not entirely sure HOW this has occurred. I turned off all plugins not related to woocommerce an the problem still persisted. We would like the Country & State drop downs to have the same styling as the rest of theme.

    I have included my info within the private content section.

    I hope this is enough information, if not, please let me know and I will provide more!

    Thanks!

    #429780

    Hey DaveL77!

    It’s probably from a plugin your using.

    Try this CSS out.

    #top .select2-drop, #top .select2-drop * {
      background: none repeat scroll 0 0 red !important;
    }
    .select2-container, .select2-container * {
      background: none repeat scroll 0 0 red !important;
    }

    Cheers!
    Elliott

    #429846

    That code changed everything to red.
    Would I just edit this code to match my theme?

    Font Color: #adadad
    BG color of box: #292A2C
    Border color of box: #161616

    Not sure which plugin is doing this unless its an official one from woothemes such as woocommerce subscriptions.

    #430391

    Hi!

    Yes, just replace red with the color code you wish to use.

    Best regards,
    Elliott

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