Viewing 6 replies - 1 through 6 (of 6 total)
  • Currently neither problem is visible from where I am. Looks like you fixed them.

    Thread Starter lukeide

    (@lukeide)

    Thanks for the reply, but unfortunately I haven’t been able to fix it. The ship to a different address checkbox looks all good when you are not logged in but the country/state drop down menus are still displaying as per my screenshot?

    I don’t see that here.
    – did you clear your browser cache?
    – perhaps its browser-specific. I tried in Chrome & IE11, and you?
    – try this custom css:

    #billing_country {
      display:none
    }

    Custom css can be entered at:
    Dashboard > Appearance > Customise > Additional CSS

    Thread Starter lukeide

    (@lukeide)

    Thanks Lorro,

    I am using Chrome and have checked on firefox, cleared the cache, tried on different computer and my phone all displaying the same problem.
    It’s okay if you leave it as is but when you go to click on the country to change it that’s when the list appears that displays with a transparent background.

    The CSS did work to remove it completely so that worked but is there some code i could try to change the transparent background of the list to be white?

    I tried a different theme and different have the issue so I’m assuming it is a styling issue in the theme?

    I tried this but didn’t work.

    #billing_country {
    background-color: #fff;
    }

    Is the drop-down in front with the transparent background, or is something else in front with a transparent background? Can’t tell. Its the drop-down text that needs to be hidden, so:

    #billing_country {
      color: #fff;
    }

    will set white text color.

    Is this your theme?
    https://support.undsgn.com/hc/en-us/articles/213454129-Change-Log
    If so, the current version is well in front of your version.

    Thread Starter lukeide

    (@lukeide)

    Awesome!! It’s all fixed now ??

    It was the old theme, I just installed the latest version and everything fixed up!

    Thanks heaps for your help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce Checkout Page’ is closed to new replies.