How can I change the font styling of Headers and Subheaders using CSS?
I would like to change the font colors and sizes for Headers and Subheaders on our site. I took the code from the examples page:
/* Change Site Wide Bold Text Color */
strong {
color: #F00;
}
I I tried replacing “strong” with h2 and h3 as well as head and header but couldn’t get it to change. What would I need to enter to change Headers?
Is this a good question?
Score
0