• Resolved henkschell

    (@henkschell)


    I would like to show the site-title (as shown in the header animation) without text-transform to uppercase. Is that possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter henkschell

    (@henkschell)

    Problem solved by myself. Extra CSS:

    .site-title a {
    text-transform: initial
    }
    .nav-horizontal li a {
    text-transform: initial;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Site title in header animation not in uppercase’ is closed to new replies.