This topic has 6 replies, 2 voices, and was last updated 6 years, 9 months ago ago by Rose Tyler
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
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
how to change add whist list colour to white, because still black
http://prntscr.com/ibrk4d
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
okay, problem solved. thank you
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up