WooCommerce 的产品详细页面中如何删除相关产品显示

正在查看 2 个帖子:1-2 (共 2 个帖子)
  • 作者
    帖子
  • wjhok
    • 文章数量: 5
    @wjhok
    楼主

    WooCommerce 的产品详细页面中如何删除相关产品显示

    使用在网上搜的报错

    诗语
    管理员
    • 文章数量: 5,935
    @feibisi

    我说这个东西不要乱删,也别乱改,woocommerce 不要显示相关产品非常简单:

    将下面的代码添加到前台 【自定义 css 】里面

    .related.products, .upsells.products {
    display: none;
    }

    如果不起作用就使用:

    .related.products, .upsells.products {
    display: none!important;
    }
正在查看 2 个帖子:1-2 (共 2 个帖子)
  • 哎呀,回复话题必需登录。

话题信息