Quote:
Originally Posted by PornGrowsOnTrees
Oh yeah I don't see the logo on the streams chrome but I see them in firefox & opera.
Off topic but does anyone know the code to change bg and font of the "send tip" button under the streams? I tried but I can't seem to change it. keeps staying default.
|
Try something like this for black text on red background?
P.S. Only desktop. I cannot get the mobile CSS to do anything, it is written in a totally different framework. Only thing I can change on mobile is the model listings.
Code:
.c-1 a {
color: black;
}
.green_button_tip {
background: red;
}
.green_button_tip a {
background: none;
text-shadow: none;
font-size: 12px;}