Site Title text-transform

  • Author
    Posts
  • #104355

    Love the theme, but I have a problem with the site title: I can change the font, but somehow the text stays in uppercases even when I put “text-transform: none” or “text-transform: lowercase” in the custom css. It worked with the site description, but somehow not with the title. Is it possible to change the title letters as well? How?

    #104611
    Zed
    Cryout Creations mastermind

    The site title uses the font-variant CSS, not text-transform. Use:

    body #site-title a {
        font-variant: none;
    }

    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 text-transform’ is closed to new replies.