How to change the tagline text colour on vantage theme
Hi There - I'd like to change the colour of the text for the tagline in the header area of the Vantage site
here is the link
http://jmcs.net.au/shortie/dev
I've tried adding this to my child theme style.css
#site-description{
color: #fff;
}
this didn't work so I tried
h2#site-description{
color: #fff
}
but that didn't work either - any clues would be greatly appreciated!!