Login  Register

My CSS for some fonts disappeared

Posted by Mencey Melgar on Mar 28, 2013; 4:58pm
URL: https://support.nabble.com/My-CSS-for-some-fonts-disappeared-tp7583782.html

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