Wordpress 删除 Storefront 主题的购物车

时间:2021-03-09 13:40:12   收藏:0   阅读:0

检查元素定位到购物车,将display属性改为none, 并将下列代码粘贴到 Additional CSS中。

 

.site-header-cart .cart-contents {
    padding: 1.618em 0;
    display: none;
    position: relative;
    background-color: rgba(0,0,0,0);
    height: auto;
    width: auto;
    text-indent: 0;
}

 

Adding the Rule

The remaining part is to copy/paste into the “Additional CSS” section of your Storefront theme customization interface. To do this:

 

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!