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.