Post headines

Support Area Forums Foundation Post headines

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #37670
    Dandelion222
    Participant

    I would prefer that the headlines of my news posts NOT be all cap. It’s hard to read in a long sentence. How can I change that?

    #37676
    Bill Robbins
    Moderator

    You can have your page/post titles use normal capitalization. Here’s how:

    1. In your WordPress dashboard click on the Appearance section and choose Theme Options.
    2. From the tabs at the top, choose the Styling one.
    3. Scroll down to the Custom CSS box and add this:
      
      .entry-title {
      	text-transform: capitalize;
      }
      
    4. Save your changes.

    Take care,
    Bill

    #37764
    Dandelion222
    Participant

    Great. Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Post headines’ is closed to new replies.