Deep Bot - Twitch Streamer Assistant
Deep Bot => Custom Notifications => Topic started by: xvvhitecloud on October 26, 2015, 02:08:13 AM
-
I read some of the things you have done on here expertonline, i used this topic
http://deepbot.deep.sg/forums/index.php?topic=840.0
for a template on trying to do it myself, i got it to work finally but now i have scroll bars on it and cant figure out for the life of me to remove them
http://puu.sh/kXeAq/dcde134e08.png
what i am trying to achieve is what you did for this guy in the forum topic above..
anyone help?
#follow-notification .header {
padding-top: 5px !important;
visibility: visible !important;
width: 670px !important;
font-size: 32px !important;
}
#follow-notification .followname {
padding-top: 5px !important;
font-family: Algerian !important;
width: 2560px !important;
color: #37b2e5 !important;
font-size: 50px !important;
margin-left: 0px !important;
}
#follow-notification {
background-image: url('http://i.imgur.com/N6Yiwj5.png?1') !important;
width: 670px !important;
height: 53px !important;
}
-
i figured out the scrolling bar problem finally ^_^ now i just have to figure out how to change the The Follower color from red
-
You mean the follow name?
You can change it under .followname: color: #37b2e5 !important;
-
I mean the Red "New Follower" I changed the color of the person that follow but searching and googling how to change the New Follower color
example
http://puu.sh/kXgXt/9f1b64caec.png
-
figured it out, the wiki is an amazing thing :P
am i able to use negative values for pixel like
padding -100px?
-
Yes, you can use negative numbers.
-
I can't seem to get the followers name to move up closer to the border
http://puu.sh/kXgXt/9f1b64caec.png
any suggestions?
-
Give me your current CSS. I can take a look.
-
Thank RepentGaming, I just figured out how to just move the whole thing right under the "The Follower" I appreciate you replying to my post..