Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Andrew Munro

    (@sumobi)

    I can see them fine in firefox
    https://cloudup.com/cl7vkabpnfq

    You probably have a CSS styling issue. Check the margin on the list items. They are probably sitting outside the browser viewport

    Thread Starter Sho-Down

    (@sho-down)

    Ah I see them too in Firefox but not in Chrome. Did some digging with inspect element and found the problem:

    input {
    -webkit-appearance: none;

    What does that need to be set at? Radio?

    Thread Starter Sho-Down

    (@sho-down)

    Nevermind, I just deleted the css line and everything looks good. Thanks sumobi!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No radio buttons show for variable pricing (bug in my theme?)’ is closed to new replies.