Jewlander
New Member
I installed OBS studio today and began recreating all my OBS classic scenes and sources.
I'm using the 64 bit version of both, and upon trying to copy paste some custom CSS from my streamlabs sub notification source on OBS classic to the CSS field on OBS studio I realized the CSS was no longer applying.
I have my custom CSS on classic set as this so as to move some text above my gif used for subs:
body {
background-color: rgba(0, 0, 0, 0);
margin: 0px auto;
overflow: hidden;
}
#alert-message, #alert-user-message {
text-align:center;
position: relative;
top: -30%;
}
Copy pasting this into studio changes nothing of the alert and my text stays in the middle of the screen.
I've tried this on 32bit OBS studio with no changes.
I've tried reformatting it to look like the default CSS in studio:
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }
#alert-message, #alert-user-message { text-align:center; position: relative; top: -30%; }
However that doesn't work either, anyone have any idea what's going on/how to actually use my custom CSS?
I'm using the 64 bit version of both, and upon trying to copy paste some custom CSS from my streamlabs sub notification source on OBS classic to the CSS field on OBS studio I realized the CSS was no longer applying.
I have my custom CSS on classic set as this so as to move some text above my gif used for subs:
body {
background-color: rgba(0, 0, 0, 0);
margin: 0px auto;
overflow: hidden;
}
#alert-message, #alert-user-message {
text-align:center;
position: relative;
top: -30%;
}
Copy pasting this into studio changes nothing of the alert and my text stays in the middle of the screen.
I've tried this on 32bit OBS studio with no changes.
I've tried reformatting it to look like the default CSS in studio:
body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }
#alert-message, #alert-user-message { text-align:center; position: relative; top: -30%; }
However that doesn't work either, anyone have any idea what's going on/how to actually use my custom CSS?
Last edited: