Forums

[resolved] post titles in uppercase (6 posts)

  1. skinflint
    Member
    Posted 1 year ago #

    The title in each of my posts are in Uppercase - how can I make it be upper and lower case?

    http://www.wotyougot.com/

  2. David Gwyer
    Member
    Posted 1 year ago #

    You have the following in your style.css file starting on line 225:

    #main h1 {
    background-color:transparent;
    color:#7C7C7C;
    font-weight:bold;
    line-height:120%;
    margin-top:0;
    text-transform:uppercase;
    }

    Just remove the 'text-transform:uppercase;' line and your done!

  3. David Gwyer
    Member
    Posted 1 year ago #

    Looking again, you will also need to remove that line from the h1 style starting on line 168.

  4. skinflint
    Member
    Posted 1 year ago #

    thanxx

  5. tvgerardo
    Member
    Posted 1 year ago #

    hi guys, I also need help to change the titles of my posts.All are in capital letters!

    This is my site http://techtres.net/

    Please help

  6. David Gwyer
    Member
    Posted 1 year ago #

    Try deleting the uppercase style in main.css on line 295:

    .post_title {
        font-size: 26px;
        font-weight: normal;
        line-height: 34px;
        margin: 0;
        padding: 0;
        position: relative;
        text-transform: uppercase;
        top: 7px;
        word-spacing: 3px;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.