XF 1.5 Need some css help

Itworx4me

Well-known member
I have the following code in a custom block.

Code:
.info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #FF0000;
border-top: 1px solid #091524;
border-right: 2px solid #091524;
border-left: 1px solid #091524;
border-bottom: 2px solid #091524;
margin-bottom: 3px;
}
Currently the text is a gray with a link to another page in the forum. I want to change the grey to white for only this block. I have tried several ways but nothing has worked. Can someone help me out here?

Thanks,
Itworx4me
 
Top Bottom