How can I get the h2 tag to have a different color. This is from
the contolling CSS file. Puttin the /h2 color statement in the style
section of the web page will not override the controlling CSS
definiton
***
h1, h2, h3, h4, h5, h6, #entries h3.post-title, #entries h3.post-title a, #entries h3.post-title a:active, .special-heading, #entries h1.page-title, #entries h2.page-title, #portfolio .folio-box h3.folio-title, #portfolio .folio-box h3.folio-title a, #portfolio .folio-box h3.folio-title:active {
font-family: "Oswald", Arial, sans-serif;
color: #000000;
***
Hi aargus07, It would be a
Hi aargus07,
It would be a specificity issue.
You should work out where the current style is coming from, and use a more specific selector to override it.
Try right clicking on the heading and choose inspect element. it will open up a whole lot of information you can use.