Home Forums Basel support forum Change style of AddToChart-Button on product page compact

Change style of AddToChart-Button on product page compact

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6781

    mobiflora
    Participant

    Hi Xtemos,

    your theme ist working great. Thanx!

    How can I change the style of the AddToChart-Button on product page compact.
    It is set to default – I need it to be PrimaryColor.

    Thanx for your help!

    Till

    Attachments:
    You must be logged in to view attached files.
    #6783

    Artem Temos
    Keymaster

    Hello,

    You can use this code snippet to change the button color

    
    .single-product-content .cart .button {
        background-color: #8ca74a;
        color: #fff;
        border-color: #8ca74a;
    }
    
    .single-product-content .cart .button:hover {
        background-color: #586f1e;
        color: #fff;
        border-color: #586f1e;
    }

    Regards

    #6789

    mobiflora
    Participant

    again – perfect!

    Thank you very much.

    Till

    #6793

    Artem Temos
    Keymaster

    Great, you are welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Change style of AddToChart-Button on product page compact’ is closed to new replies.