添加到购物车按钮WooCommerce背景和With显示不正确

时间:2017-04-24 作者:user3051274

我有一个问题,添加到篮子背景和宽度显示在手机上。我不知道为什么会这样。

你们能看看我的网站吗https://www.theturkishshop.com 并让我知道如何修复“添加到篮子”按钮,该按钮显示不正确(左侧背景为白色)。谢谢,期待你们的意见。

谢谢

2 个回复
最合适的回答,由SO网友:ahendwh2 整理而成

您必须添加background-image: none !important; 到您的按钮CSS。

完整的CSS规则:

@media screen and (max-width: 767px) {
    a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
        background-image: none !important;
    }
}

SO网友:Tarun modi

您好,您需要添加以下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%;
}

相关推荐

在带有PHP的子主题中包含style.css

在里面https://codex.wordpress.org/Child_Themes 这是包含样式的最佳实践。css在子主题中,必须将下面的代码放入函数中。php的子主题,但将“父样式”替换为可以在函数中找到的父主题的参数。父主题的php。我在我的主题文件中找不到它,那里也没有多少代码。使用@import包含父主题样式表的方法不适用于我,放入文件的css不会在任何浏览器的站点上显示自己。function my_theme_enqueue_styles() { $parent_s