• Resolved PhilEvans62

    (@philevans62)


    Hi,

    I’m getting inconsistent button text colours on button links.

    Ideally they should all be white.

    I’ve tried editing CSS and adding overrides to my theme css but nothing seems to work. Can you point me in the right direction for a fix?

    Thanks

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Senff

    (@senff)

    Hi @philevans62

    Here’s some CSS you can use to change the text color of these buttons:

    .wp-block-button__link.add_to_cart_button {
      color: #ffffff;
    }
    Thread Starter PhilEvans62

    (@philevans62)

    Hey Senff,

    Thanks for the fast response. That did the trick

    Cheers

    Phil

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Button Text Colours’ is closed to new replies.