admin管理员组文章数量:1406047
I have a problem with Add to Basket background and width display on mobile phone. I do not know why it has been like that.
Can you guys checkout my website and let me know how I can fix "ADD TO BASKET" button, which is displaying not correctly ( the background of the left is white). Thanks and look forward to hearing ideas from you guys.
Thanks
I have a problem with Add to Basket background and width display on mobile phone. I do not know why it has been like that.
Can you guys checkout my website https://www.theturkishshop and let me know how I can fix "ADD TO BASKET" button, which is displaying not correctly ( the background of the left is white). Thanks and look forward to hearing ideas from you guys.
Thanks
Share Improve this question asked Apr 24, 2017 at 11:22 user3051274user3051274 135 bronze badges2 Answers
Reset to default 1You have to add background-image: none !important;
to your buttons CSS.
Complete CSS-Rule:
@media screen and (max-width: 767px) {
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
background-image: none !important;
}
}
Hello You needs to add following css:
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
background-color: #CAA300 !important;
background-position: 7% center !important;
width: 77%;
}
本文标签: cssAdd to Cart button woocommerce background and with doesn39t display correctly
版权声明:本文标题:css - Add to Cart button woocommerce background and with doesn't display correctly 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744964719a2634874.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论