Question / Help Help me! i want change or add music facebook star alert. I can?

Kittisak

New Member
Sorry. my english a little bit

Now i live stream on facebook

My browser source (Star Alert) in obs

This is my Custom CSS. but i want to change sound alert or add more. I can?

body {

background-color: rgba(0, 0, 0, 0);

margin: 0px auto;

overflow: hidden;



}

/* border*/

._4-u2 {

border: 0



}

/* background */

._4-u8 {

background: none



}

._2l6k {

display: none



}

/* Donation amount */

._2l6m {

color: #FFFFFF;

text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 4px 4px 6px #000000;

text-align: center;

font-size: 45px;



}

/* Profile name */

a {

color: #FFFFFF;

text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 4px 4px 6px #000000;

text-align: center;

font-size: 65px;



font-weight: 800;

font-family: "Arial Black", Gadget, sans-serif;



}

/* profile picture */

._2l6h {

width: 170px;

height: 170px



}

/*Donation text*/

._2l6n {

color: #FFFFFF;

text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 4px 4px 6px #000000;

background-color: rgba(0, 0, 0, 0);

box-shadow: 0px 0px 0px black;

text-align: center;

font-size: 40px



}

._2l6i {

padding-top: 8px

}

.UFICommentBody {

display: none;

visibility: hidden;

}

._2l6i {

visibility: hidden

}



._2l6i > span > a {

visibility: hidden !important

}

._2l6i > span > a:nth-child(1) {

visibility: initial !important

}

._25zr,

._3-8j {

display: none;

}

._4-u2>._4-u3 {

border: 0;

}

.uiScrollableAreaContent > ._2l6d {

display: none;

}

.uiScrollableAreaContent > ._2l6d:nth-child(1) {

display: block !important;

}

._2l6j { visibility: initial !important



}

/*Gif animation*/

._2l6l {

width: 370px;

height: 300px;

background: url("https://media.giphy.com/media/dCACLID46CPjBU2QQq/giphy.gif") no-repeat;



margin-left: auto;

margin-right: auto;

width: 50%;

}
 

WizardCM

Forum Moderator
Community Helper
Audio cannot be controlled by CSS alone. You'd need to add it using HTML and JavaScript.
 
Top