• Hello, my amount button is black and i can’t change color.
    Tried to use this css code but doesn’t work

    .gift-cards_form .gift-cards-list .ywgc-amount-buttons.selected_button{
      color: white;
    }

    How can i fix this?

    Screen: https://ibb.co/C67DSwZ

    Theme used: Flatsome

    • This topic was modified 3 years, 6 months ago by franknat.
    • This topic was modified 3 years, 6 months ago by franknat.
    • This topic was modified 3 years, 6 months ago by franknat.
    • This topic was modified 3 years, 6 months ago by franknat.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Fran Mendoza

    (@franmglez92)

    Hello there,
    hope you are doing well! ??

    Seem that it’s necessary to force the color, could you add the next CSS in the theme and check if the problem is solved, please?

    .ywgc-predefined-amount-button.selected_button{
      color: white !important;
    }

    Let us know any news, please.

    Have a nice day!

    Thread Starter franknat

    (@franknat)

    Nothing, doesn’t work, i’ve tried to change text color with this code

    .woocommerce-Price-amount.amount {
    	color: #AD90B2;
    }

    and text work well, button instead is still black

    Plugin Support Alexis Salazar

    (@asaldel)

    Hello there,

    hope you are doing well ??

    Could you send here the link of the gift card product where you are having the issue, please? In this way, I can check what is happening in a better way and try to create a new CSS rule to force the button color.

    Let us know any news, please.

    Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Amount Button black issue’ is closed to new replies.