• Resolved kushalkoolwal

    (@kushalkoolwal)


    It seems that Page names appear all in small-case on my blog even if you create the page in Capital case.

    any ideas?

Viewing 4 replies - 1 through 4 (of 4 total)
  • MichaelH

    (@michaelh)

    Look for something like text-transform: lowercase; in style.css

    https://www.w3schools.com/Css/pr_text_text-transform.asp

    Thread Starter kushalkoolwal

    (@kushalkoolwal)

    I did find the line:
    text-transform: lowercase;
    in my style.css. But even after changing it to:

    text-transform: capitalize;

    it didn’t help. Also the way my themes call the pages in header.php is quite different. I don’t see any wp_list_pages function in it.

    MichaelH

    (@michaelh)

    text-transform: none;

    worked for me — clear your browser cache might resolve.

    just for more information, the code

    text-transform: lowercase;

    can be found under the block

    #nav li a{}

    changing “lowercase” to “none” worked perfectly for me. Thanks for the tip!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page Names appearing in small cases’ is closed to new replies.