This topic has 4 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
Hi, I would like to change the colour of the SELECT OPTIONS box so that it looks the same at the ADD TO BASKET box.
In the link below I have circled the ADD TO BASKET in green;
_________________________________________________________________________
Q2. The Product names are pushed to the left – how do I center them? The names appear like this on the HOME page only, they are only very slightly to the left when viewed on the SHOP page.
When I try to center the names they appear correctly on the HOME page but are pushed to the right on the SHOP page.
I can’t figure out how to center them correctly on all pages.
Thanks in advance for your help.
With regards, Geraldine
Hello,
Please add this code in custom.css file:
a.button.etheme_add_to_cart_button.product_type_variable {
background-color: #2D8DC9;
}
.product-grid .product-name-price {
text-align: center !important;
}
.carousel .product-grid .product-name-price {
width: 190px !important;
}
Regards,
Eva Kemp.
That worked perfectly, Eva. Thank you so much.
Regards, Geraldine
Hello,
You’re welcome.
Regards,
Eva Kemp.
Tagged: best selling themes, change color, customization, design, json, select options, woocommerce
The issue related to '‘Change Colour of SELECT OPTIONS box’' has been successfully resolved, and the topic is now closed for further responses