Forum Moderators: not2easy
h3 {
margin: 7px 0px 4px;
font-size: 14px;
text-transform: uppercase;
}
The code might read
<div class="redbox">
<h3>H3 Heading</h3>
......
</div>
I have tried using the following in my code but no luck
#redbox h3 {
color: #FBCAA2;
}
Many thanks