Hello. I am attempting to change the color of the h1 tags in the Celestial Child style sheet. Below is what I copied from the main one into the child one.
h1, h2, h3, h5, h6 {
margin-bottom:8px;
margin-bottom: .438em;
font-family:merienda,”trebuchet ms”,arial,helvetica;
font-weight:normal;
font-size: 2em;
color:#3385ad;
}
Notice the different Hex value associated with color. It’s a medium blue color, yet it never changes in my layout from the dark grey that is part of the original style sheet. I am wanting the Page Titles to be this new color. Any ideas?
Thanks,