Site Title in Fluida

  • Author
    Posts
  • #67386

    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.

    #67488
    Zed
    Cryout Creations mastermind

    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.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Site Title in Fluida’ is closed to new replies.