• Every word of my Blog post is capitalized:(

    http://lisakotin.com/

    I am using a “Featured” Blog post on my home page that is pulled from my Blog section. I set this by clicking on the Featured Star in my dashboard.
    In both the home page post and the Blog page post, the words are capitalized. HOWEVER, if I click on JUST the individual post page, the words are perfect.
    http://lisakotin.com/chocolate-resurrection/

    Please help!!

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter tinablack2

    (@tinablack2)

    Also….when I unclick the star…release the Featured functionality, the font appears perfect. So it seems like it has something to do with the Featured star function?

    Thank you!
    Tina

    In your style.css line 495 you have this code for the p tags

    .video-txt p {
    color: #000000;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: capitalize;
    padding: 2px 0;
    }

    text-transform: capitalize is causing it, just remove that one line of code and you should be good

    Thread Starter tinablack2

    (@tinablack2)

    OMG!!!! That’s IT!!!! THAAAAAAAANK YOU!!!
    I have spent hours trying to figure that out. You are a life saver.

    Thank you……

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Every First Word Is Capitalized in Post’ is closed to new replies.