My CSS for some fonts disappeared

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

My CSS for some fonts disappeared

Mencey Melgar
Hi, in my forum I changed some fonts(H) and added colors to them, for some reason, all this colors are white now, any idea?  an exmaple here(the avatar_labels): http://forums.6326.n7.nabble.com/GreenBanana-wall-hack-td481.html


here is my h4

h4 {
display: block;
-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;
}
.nabble h4 {
color: #B4B405;
}
:) Helper
Reply | Threaded
Open this post in threaded view
|

Re: My CSS for some fonts disappeared

Pedro
You set another color at "change appearance". Please, put your css color like this:

.nabble h4 {
color: #B4B405 !important ;
}
My test forum.
Reply | Threaded
Open this post in threaded view
|

Re: My CSS for some fonts disappeared

Mencey Melgar
Thanks(Aagain ;))
:) Helper