Is there a way to align the “Add to Cart” or “Select Options” buttons

This topic has 6 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler

  • Avatar: yohantosadu
    yohantosadu
    Participant
    February 7, 2018 at 18:16

    Is there a way to align the “Add to Cart” or “Select Options” buttons on the shop pages? When the product names are different lengths, or some products have reviews and some don’t, the buttons are misaligned. ??
    http://prntscr.com/ibheoh

    and how to change color ad to whistlist & quickview at front page and “add to char” at personal product from black to white
    http://prntscr.com/ibhfhc

    http://prntscr.com/ibhfrl

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2018 at 08:58

    Hello,

    Thanks for the topic.
    1. Please add this code in Theme Options > Custom css:

    .products-grid .product-title, .productCarousel .product-title{
        min-height: 40px;
        margin-top: 10px;
    }

    2.

    .single-product .product-information .cart button[type="submit"], .footer-product a, .footer-product .show-quickly {
        color:  white;
    }

    Regards

    Avatar: yohantosadu
    yohantosadu
    Participant
    February 8, 2018 at 09:53

    how to change add whist list colour to white, because still black
    http://prntscr.com/ibrk4d

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2018 at 10:20

    Please change this code

    .single-product .product-information .cart button[type="submit"], .footer-product a, .footer-product .show-quickly {
        color:  white;
    }

    to:

    .single-product .product-information .cart button[type="submit"], .footer-product a, .footer-product .show-quickly {
        color: white !important;
    }

    Regards

    Avatar: yohantosadu
    yohantosadu
    Participant
    February 8, 2018 at 10:26

    okay, problem solved. thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 8, 2018 at 10:27

    You’re welcome!

    Regards

  • Viewing 6 results - 1 through 6 (of 6 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.