admin管理员组

文章数量:1122846

How do I change the color of the banner that displays the "[product] has been added to your cart." Currently the color is green.

Thank you for any help offered! Is

How do I change the color of the banner that displays the "[product] has been added to your cart." Currently the color is green.

Thank you for any help offered! Is

Share Improve this question asked Apr 8, 2024 at 18:51 issie_gainsleyissie_gainsley 1 2
  • You'll have to ask the support team for your theme or for the plugin you're using for e-commerce. – Pat J Commented Apr 8, 2024 at 22:05
  • Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. – Community Bot Commented Apr 11, 2024 at 17:10
Add a comment  | 

1 Answer 1

Reset to default 0

Assuming that you are using WooCommerce, add that you want to change the color on the single product page, you can add in your css:

.single-product .woocommerce-message { background-color: #000; color: #FFF; border: none; }

本文标签: csschanging the banner color of quotproduct has been added to your cartquot