Thanks, What would the CSS be to amend the page headers (they are currently white) but want to change the colour and font if possible?
The URL is http://www.wholeheartedlygemma.co.uk
.site-title a {
color: blue !important;
}
.site-description {
color: blue !important;
}
thank you for looking into this