@goodsucess, you’ve clearly moved on to another theme, but the Additional CSS code that you’re looking for to change the tagline is as follows:
.site-description{
font-size: 4em;
}
Change the number 4 as needed.
-
This reply was modified 8 years, 3 months ago by harvey001.
Through trail-and-error, I made a change and I think I fixed the issue.
In the footer.php file, I removed line 14, deleting the code that read:
</div><!– #content –>
Not being adept at coding, I’m not sure what exactly I did, but it didn’t seem to break the site, and it got what I wanted.