Change one heading color with CSS
I´m trying to change the color of a heading and i typed in the custom CSS of the box of the item this code but nothing happened.
#h4 {color: #282828;}
#h4 {color: #282828;}
Comments
what's this # between h4? We suggest to take a look at http://www.w3schools.com/TAgs/tag_hn.asp where css rules for headings has been described.
Thanks!