• Dear Sir / Madam,

    I would like to remove the full capitalization for page titles and capitalize each word in the title.

    I have managed to achieve this in post titles with CSS,

    https://raceconnections.com/category/running/

    but can’t seem to achieve it in Page Titles using similar code.

    Many Thanks for your help.

    Titus

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, looking at your site, and the Lodestar demo site, the following will do it for you.

    .entry-header, .entry-header h1 {
    	text-transform: capitalize;
    }
    Thread Starter titusraj

    (@titusraj)

    Thank you Sir, that worked perfectly, I have the look I want now.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hooray and you are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Capitalize Page Titles’ is closed to new replies.