码迷,mamicode.com
首页 > 其他好文 > 详细

Wordpress 删除 Storefront 主题的购物车

时间:2021-03-09 13:40:12      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:rom   round   menu   min   sid   ext   cli   idt   front   

检查元素定位到购物车,将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:

  • Log into your WordPress site and access the Dashboard as the admin user.
  • From the Dashboard menu, click on Appearance Menu > Customize.
  • Navigate down to Additional CSS in the left sidebar that appears.

 

Wordpress 删除 Storefront 主题的购物车

标签:rom   round   menu   min   sid   ext   cli   idt   front   

原文地址:https://www.cnblogs.com/jilili/p/14502702.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!