PDA

View Full Version : Change background of "Signature Permissions" in Templates


Rlad78
07-24-2014, 12:10 AM
Does anyone know what template I'd have to look into to change the color of the signature permissions? Below are screenshots:

https://vborg.vbsupport.ru/external/2014/07/20.png

As you can see, it's transparent when I want to make the backgrounds a different color without using StyleVars. I need that section to be transparent for the forum text descriptions but not in these particular spots since the text is hard to read.

Dave
07-24-2014, 11:14 AM
additional.css template:

.permissions{
background: #hexcolor;
}