• On my checkout page, if you select iDeal and choose your bank, the selected value is displayed as white text on a white background. I’m using the Rocked theme, but one of their developer says it doesn’t have anything to do with their theme.

    On the print screen, you’ll see that the bank names were also displayed in white. I fixed this by adding this code to my child theme’s style.css:

    /*Text color bank names*/
    #payment option {
        color: grey;
    }

    Printscreen:

    My website is https://www.ingeklikt.com

    How should I change the text color of the selected bank name? Any help would be greatly appreciated ??

  • The topic ‘Woocommerce iDEAL drop down’ is closed to new replies.