Change colour of add to cart button and some minor adjustments

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

  • Avatar: cosmedia
    cosmedia
    Participant
    June 21, 2016 at 22:41

    Hi there,

    I have a couple questions:

    1. How can i change the colour of the “Add to cart” button? on a single products page

    2. How can i remove the “E-mail to a friend link” on a single products page

    3. How can i make the the big black line below the logo thinner? (Where het header text is)

    Hope you can help

    Kind regards,

    Johan

    6 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 22, 2016 at 10:38

    Hello,

    1. Please use this code in Global Custom CSS:

    .product-information .cart button[type="submit"] {
      color: red;
      background-color: blue;
    }

    Write your color values.

    2. Use the following code:

    .product-information .email-link {
      display: none;
    }

    3. Add the following code:

    .page-heading {
        padding: 0px 0;
    }

    Best regards,
    Jack Richardson.

    Avatar: cosmedia
    cosmedia
    Participant
    June 22, 2016 at 23:43

    Perfect! Thank you very much.

    Great support as always.

    Johan

    Avatar: cosmedia
    cosmedia
    Participant
    June 23, 2016 at 00:07

    One more question: Is there a way to change the logo size on mobile phones?

    Avatar: Robert Hall
    Robert Hall
    Participant
    June 23, 2016 at 07:49

    Hello,

    Please add this code in Theme Options->Custom CSS->Custom CSS for mobile.

    .header-logo img {
        max-width: 200px;
    }

    Regards,
    Robert Hall

    Avatar: cosmedia
    cosmedia
    Participant
    June 23, 2016 at 15:08

    Thanks Robert!

    Have a nice day

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    June 23, 2016 at 15:58

    Hello,

    You’re welcome.

    Have a great day too!

    Best regards,
    Jack Richardson.

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

The issue related to '‘Change colour of add to cart button and some minor adjustments’' has been successfully resolved, and the topic is now closed for further responses

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