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
1 Answer
Reset to default 0Assuming 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
版权声明:本文标题:css - changing the banner color of "[product] has been added to your cart." 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736311091a1934613.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论