Skip to content

Hide Mute tab button #3278

Answered by irvinm
Minnona asked this question in Q&A
Jan 9, 2023 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

There is obviously a ton of CSS you are using, but in general if you want to hide the sound button this will work.

.sound-button:after,
.sound-button {
    display: none !important;
}

If you search your TST CSS, there are 43 instances of "sound-button" ... so obviously there is a lot of customization going on. Maybe start by placing the block at the very end. I did a basic check by doing that and the button no longer was shown.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Minnona
Comment options

Answer selected by Minnona
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants