Today I'm releasing the fourth of a series of backgrounds you can use on your streams and videos, Kick Psychedelic Background Loop, Enjoy. The series will be available only for supporters. If you are interested, to download, for the moment, you have to DM me on Truth Social -> https://truthsocial.com/@kaizen2success and I will reply with a one-time download link.
To receive the link, you need to become a supporter here, only on Locals. All backgrounds will be available for all followers in 6 months, but if you do not want to wait, just sign up for FREE in the Supporters tier with promo code FIRST100. Once you sign up, send me the DM on Truth Social, Gettr or Twitter @kaizen2success.
This series is composed of 20 second loops that are lightweight. At the same time, I'm working on a new website where you will be able to download this, and all of the materials announced in this community.
Today I'm releasing the third of a series of backgrounds you can use on your streams and videos, @rumble Psychedelic Background Loop, Enjoy. The series will be available only for supporters. If you are interested, to download, for the moment, you have to DM me on Truth Social -> https://truthsocial.com/@kaizen2success and I will reply with a one-time download link.
To receive the link, you need to become a supporter here, only on Locals. All backgrounds will be available for all followers in 6 months, but if you do not want to wait, just sign up for FREE in the Supporters tier with promo code FIRST100. Once you sign up, send me the DM on Truth Social, Gettr or Twitter @kaizen2success.
This series is composed of 20 second loops that are lightweight. At the same time, I'm working on a new website where you will be able to download this, and all of the materials announced in this community.
Today I'm releasing the second of a series of backgrounds you can use on your streams and videos, Locals Psychedelic Background Loop, Enjoy. The series will be available only for supporters. If you are interested, to download, for the moment, you have to DM me on Truth Social -> https://truthsocial.com/@kaizen2success and I will reply with a one-time download link.
I'm looking for a platform where I can host the downloadable materials I want to share with you guys but Locals do not have tools to do so.
Today I'm releasing a series of background you can use on your streams and video. First release, Truth Social Psychedelic Background Loop, Enjoy.
If you are interested, to download, for the moment, you have to DM me on Truth Social -> https://truthsocial.com/@kaizen2success and I will reply with a one-time download link.
@WhatUpIan has a new chat code that fits most of the creators around but here it is the CSS code I will use on my OBS set up. Yes, I know, I've been out for two weeks. Had a great vacation in my native Island, Puerto Rico. I will be starting streaming soon. So, stay tuned.
To change the font size and family, as well as the background color change the values under the :root
rule.
Enjoy this reviewed version for the Rumble Chat:
body { background-color: rgba(0, 0, 0, 0) !important; margin: 20px; overflow: hidden; }
/* CHAT PROPERTIES */
:root {
--chat_font: poppins;
--chat_font_size: 18px;
--chat_background: #00ff00;
}
.media-page-chat-aside-chat {
display: block;
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100%;
z-index: 9000;
}
.media-page-chat-aside-chat-wrapper-fixed {
position: fixed;
display: block;
top: 0;
left: 0;
z-index: 9000;
width: 100%;
}
[data-theme=dark] .chat {
background-color: var(--chat_background);
border-left: 1px solid ...