Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1412235

    Hi,

    How do I change the colour and width of the “Add to Cart’ button.

    I want the button to be FFD1ED and the text to be black.

    Even ChatGPT can’t figure it out..

    Thanks,

    Harvinder

    #1412236

    It’s ok.. We figured it out:

    button.single_add_to_cart_button.button.alt {
    width: 100% !important;
    background-color: #FFD1ED !important;
    border: none !important;
    color: #000 !important; /* You may change this as per your requirement */
    }

    #1412255

    Hi,
    Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change colour and width of ‘Add to cart’ button’ is closed to new replies.