Help

Help > Forum > 类别 > 隐藏子类别列表

隐藏子类别列表

您可以按照以下说明隐藏 “类别” 页面上显示的某个类别的子类别列表。

  1. 登录您的Website Toolbox账户。
  2. 点击 整合 主菜单中的链接。
  3. 点击 自定义代码 链接。
  4. 将以下代码插入到 论坛头标记 HTML 代码 部分。
    <style>
    .columns-wrapper .subforum-list {
    	display: none;
    }
    </style>
    	
  5. 保存 你的更改。

可见的子类别

隐藏的子类别

您可以按照以下说明隐藏查看父类别时显示的子类别列表。

  1. 登录您的Website Toolbox账户。
  2. 点击 外观 链接。
  3. 外观 菜单,单击 自定义代码 链接。
  4. 将以下代码插入到 论坛头标记 HTML 代码 部分。
    <style>
    .wt-subcategories-nav, .wt-subcategories-content {
        display: none !important;
    }
    #category_list .single-nav {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    </style>
    	
  5. 保存 你的更改。

可见的子类别

隐藏的子类别


If you still need help, please contact us.