Quote:
Originally Posted by w8baby
I have another black skin with a very nice notice background
vs
from yours
see the difference? i have to disable notice completely for that skin and has no way of use any notice
if you can make it like that, i will be quite happy with your product and will consider purchase the paid version
or you can give us a way to customize it ourself.
|
Hi,
We've created a custom css code for you to change the color of the notices background to match the dark forum background.
Edit templates by going to:
Styles > Edit Templates > CSS Templates > Additional.css
Then Paste this code:
Code:
.notices li {
background-color: #202020;
box-shadow: 0px 0px 0px;
}
Save the template and it should work fine.