Tag line color appears to be a muted gray. I can change the color using below CSS code. I would like to make the tagline bright and bold and larger. My website is https://ethanstrominger.com
#masthead .site-description, #masthead .site-description a {
color: #ffffff !important;
}
Hi there, in addition to the color, there is an opacity setting on the site description. If you want it fully white, add the following to your custom CSS.
Hi greaterbostoncodingdojo – do you still need help with this? The CSS Richard provided above should do the trick if you’re still looking to make the tagline brighter. If you’d also like to make it bold, try this:
I’m marking this as resolved since it’s been a while since we’ve heard from you. If you need help with anything else, don’t hesitate to start a new thread.