Add to cart button difficult to see text

This topic has 3 replies, 2 voices, and was last updated 7 years, 6 months ago ago by Jack Richardson

  • Avatar: ledgrowersbe
    ledgrowersbe
    Participant
    September 11, 2016 at 15:08

    example

    How can I make this button respond same as on the “Winkel” page?

    2 Answers
    Avatar: ledgrowersbe
    ledgrowersbe
    Participant
    September 11, 2016 at 19:13

    Anyway,

    Just to get rid of the black background would be fine in order to be able to read the ‘add to cart’ (in dutch: in winkelwagen) tekst in the button.

    I am sure this is a simple thing..

    Thanks in advance!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 12, 2016 at 08:24

    Hello,

    Please use this code in Theme Options > Custom CSS > Global Custom CSS:

    .btn.product_type_simple {
        background-color: #d3d3d3;
        border-color: #727272;
    }
    .btn.product_type_simple:hover {
        background-color: green;
        border-color: green;
    }

    Best regards,
    Jack Richardson.

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.