Homepage › Community Forums › Legacy Theme Support › Header text › Reply To: Header text
You can add a “text-shadow” to your #title a in your css like this –
text-shadow: 1px 1px 4px #222;
…increase or decrease each number individually to see which part they affect.
Then adjust to your needs.