• Resolved steamy22

    (@steamy22)


    Is there away to filter out channels that I prefer not to feature or display in my player seletion?

Viewing 1 replies (of 1 total)
  • Plugin Author StreamWeasels

    (@streamweasels)

    Hello Steamy,

    Apologies for the late reply. It is indeed possible to hide channels based on their Twitch username. You can do so in CSS, like this:

    .cp-stream[data-user="USERNAMEGOESHERE"] {
        display: none;
    }

    Replace USERNAMEGOESHERE with the desired user channel you want to hide.

    You can add custom CSS to your theme a few different ways, the easiest is probably by navigating to admin -> Appearance -> Customise -> Additional CSS.

    I hope that helps,

Viewing 1 replies (of 1 total)
  • The topic ‘exlude channels’ is closed to new replies.