It’s possible to edit style.css from the Theme Editor. Will that work the same as downloading the plugin? There’s a lot of site title text in that file. Should I edit this?
/*********************************************
Header Module
*********************************************/
.site-title,
.site-title a,
.site-title a:hover,
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
color: #551F26;
font-size: 1em;
line-height: 1;
height: auto;
margin: 0;
padding: 0;
text-decoration: none;
-webkit-appearance: none;
-webkit-transition: all .2s linear 0s;
-moz-transition: all .2s linear 0s;
-o-transition: all .2s linear 0s;
-ms-transition: all .2s linear 0s;
transition: all .2s linear 0s;
}
.site-title a:hover,
.site-tagline a:hover {
color: #000000;
}
.site-title {
font-family: “Homemade Apple”, Helvetica, Arial, sans-serif;
color: #551F26;
font-size: 3em;
font-weight: bold;
letter-spacing: -1px;
line-height: 1;
margin: 0;
padding-left: .25em;
}
.site-title a,
.site-title a:hover {
color: #551F26;
}
.site-tagline {
font-size: 1em;
line-height: 1;
margin: 0 0 0 0;
}
.site-tagline,
.site-tagline a {
color: #B8DBCA;
}
.builder-module-header.builder-module-top {
margin-top: 3em;
}