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 個帖子)
  • 哎呀,回覆話題必需登錄。

話題信息