A collection of CSS scripts written by other customers. Click the title for detailed instruction. Donโt forget to notify us in the chat after saving your script in the CSS field to approve and implement them.
Change the embedded video tool size. Replace โ780โ with a larger number to increase size even further or a smaller number to decrease the size.
.panel-video-workshop {
height: 780px;
}
Change sponsor banner image to the fitting size
.inrev-panel, .inrev-panel .panel-heading, .inrev-panel .panel-body {
border: none;
}
.sponsor-img{
width: 100%;
height: auto;
margin-bottom: 20px;
}
Change background into own picture
๐ก Tip: Use a light background picture
body {
background-image: url(PUT LINK HERE OF PICTURE);
background-repeat: no-repeat;
background-position: 0px 0px;
background-size: cover;
background-attachment: fixed;
background-color: #121212;
}
Change host circle colour in view session
.host-seat, .highlight-seat {
border: 5px solid #HEXCODE!important;
More coming soon!