Announcement

Collapse
No announcement yet.

Changing Colour of Checkout now button on store page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Changing Colour of Checkout now button on store page

    Can anyone advise how to change the colour of the Checkout Now button that appears when adding a product to cart on the store page please? I have looked in settings/design and changed the main colour and secondary colour, but this does not seem to apply to the Checkout Now button.
    Many thanks
    Allie

  • #2
    Sure, try adding some CSS for it in the settings -> design -> custom CSS panel.

    .ec_product_type1 .ec_added_to_cart_button {
    background-color: #c3512f;
    }

    Comment


    • #3
      That has fixed it - thank you for your help.

      Comment

      Working...
      X