• Resolved Le Renard Pourpre

    (@swanzack)


    Hello, i’m trying to change the save card text color as mine is black on black, i checked many css but nothing work as i want, the text still black… i don’t find what i’m missing. Do you see that before or have any clue about how to change this color ? (what’s the good selector… or less).

    https://ibb.co/zV9qvkCB

    I’m using astra theme is it could help.

    Best Regards,

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Something you have called the astra-addon is setting the text colour to white and the opacity to 0. Can you manage without the astra-addon?

    If not, you can try this css:

    .woocommerce-SavedPaymentMethods-saveNew label {
    opacity: 1 !important;
    }
    body .woocommerce-additional-fields label {
    color: #333 !important;
    }
    Thread Starter Le Renard Pourpre

    (@swanzack)

    thank you it’s the css i was looking for, i didn’t get the opacity stuff ! ??

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