Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
how to change title and tagline colour in vantage

Hi Angelaread
Thanks for reaching out. Please try the following at Appearance > Custom CSS:
/* Vantage Site Title */ header#masthead .hgroup h1 { color: #666666; } /* Vantage Support Text */ header#masthead .hgroup .support-text { color: #ffffff; }Adjust the values there as required.
Hope that helps.