Fluida outlines the first letter of the site title with a colored box. The site I’m working on has a two-word title, so I’d like the same colored box around the first letter of the second word. What would the appropriate CSS be for this? I’ve tried a few things, but it’s not quite right. I assume you use the nth-child property. Thanks.
Yes, the theme uses CSS generated based on the theme option to style the chosen character.
To apply the same effect to two letters, you’ll need to duplicate the styling being applied to #site-title span a span:nth-child(_) {
for the second position.