How to change Channel Tabs

Single Channel Tabs before changes

1. How to hide Channel Tabs

  • To remove Channel Videos tab

.single-ct_channel .channel-menu-item.item-videos { display: none; }

  • To remove Channel Playlists tab

.single-ct_channel .channel-menu-item.item-playlists { display: none; }

  • To remove Channel Discussion tab

.single-ct_channel .channel-menu-item.item-discussion { display: none; }

  • To remove Channel About tab

.single-ct_channel .channel-menu-item.item-about { display: none; }

2. How to change Channel Tabs order

In this example, we will guide you how to change the About tab as the first tab instead of Video tab:

  • Open file “wp-content\themes\videopro\cactus-video\single-channel.php” and modify the code. Below is the default code channel menu tabs. You need to switch the code of Video tab to About tab

  • The result of the Channel tabs after changes
Single Channel Tabs after changes
  • We attached the modified file of single-channel with About tab is displayed first here. Please refer carefully to know how we did 🙂 single-channel.zip