• geogeo136

    (@geogeo136)


    Hey guys

    If you could check out this page as an example, all of my product pages have the ‘add to cart button’ just plain white and you cant read the text.

    Could somebody help me to change this so it can be seen and used properly.

    much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Creatrix

    (@chrisl_57)

    You’ll need to add some additional css to your theme which can be done via a plugin if you’re unsure.

    Something like this should work:

    .product .entry-summary .kad_add_to_cart {
    color:black;
    }

    Hey,

    Looks like you made white your primary color in your theme options > basic styling. That would throw off the design since it’s not really set up for white. But if your set on the primary color being white you can make all the primary buttons background a darker color with custom css like this:

    .kad-btn-primary {
      background: blue !important;
    }

    There is a custom css box in the theme options > advanced settings.

    Kadence Themes

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Add to cart button color’ is closed to new replies.