This topic has 8 replies, 3 voices, and was last updated 8 years, 5 months ago ago by Eva Kemp
Hi there,
I need to:
1. set the text color for the button order at the bottom of the page http://ftstore.gr/cart
2. set the text color for button “add to cart” at a product page
3. set the text color for button “add to cart” at quick view page of a product
4. The social media icon pinterest at the header is shown different than the rest. how can I set it?
5. How can I set the text promo pop up , where it says if you do not want…
Thanx
Hello,
1. Do you mean “Proceed to Checkout” button?
If so you have this code in Custom CSS:
.checkout-button.button.alt.wc-forward {
color: #ffffff !important;
}
Change the color value.
2. Use this css code:
.btn.product_type_simple {
color: red;
}
3. Use this code:
.quick-view-popup .product-information .cart button[type="submit"] {
color: red;
}
4. Disable 3rd-party plugins as some of them is causing the issue.
5. As I see you’ve already added content for promo popup. Please clarify your issue with more details.
Best regards,
Jack Richardson.
for number 2 the text color for adding the product to basket is not changing with the code you gave me
for number 5 I need the change the text next to check box into a text of mine
thanx
Hello,
2. I’ve added this code in Global Custom CSS:
.btn.product_type_simple {
color: red;
}
and text color of buttons have been changed: http://storage1.static.itmages.com/i/16/0610/h_1465544410_4492963_574abbeb81.jpeg
Please check.
5. You need edit your translation files and change the text there.
Best regards,
Jack Richardson.
hi there
for number 4
I need to set the text color of button,for this page
http://ftstore.gr/%CF%80%CF%81%CE%BF%CF%8A%CF%8C%CE%BD/lastixo-gm-premium-body-tube/
thanx
Hello,
To change text color for “Add to Cart” button on single product page you need edit the code in your Custom CSS:
.single_add_to_cart_button.etheme-simple-product.button.alt, .product-information .cart button[type="submit"] {
color: #ffffff !important;
}
Regards,
Eva Kemp.
ok
thanx
Hello,
You are welcome.
Regards,
Eva Kemp.
The issue related to '‘setting color issues’' has been successfully resolved, and the topic is now closed for further responses