• I’m using the Bento theme, and I’m trying to figure out where to change the Site Title color and font size.

    In Appearance > Customize > Site Identity, I see the location for setting the Site Title, but where do I change the color and font?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Since they don’t let you modify those you can just use CSS to adjust the values in the Additional CSS section

    .site-header .logo-default {
    	font: 20px Tahoma;
    	color: red;
    }
    Thread Starter steamwagon

    (@steamwagon)

    That was exactly what I needed! Thank you for the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Where do I change the Site Title color?’ is closed to new replies.