• Resolved nycool

    (@nycool)


    I’m trying to make the blog title “beetechen” look like this “BeeTechEn”…Can anyone help me do that?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Find this in the Cellar Heat Light style sheet:

    #site-name {
    font-size:26px;
    color:#43433b;
    text-transform:lowercase;
    padding:16px 0;
    }

    Change it to this:

    #site-name {
    font-size:26px;
    color:#43433b;
    padding:16px 0;
    }

    You’re done.

    Thread Starter nycool

    (@nycool)

    Wow thank you so much.

    After I did what you said it starting showing “Business, Technology, Markets, And More…” which is never showed before. But I like it that way, so thanks again for your help.

    You’re welcome. If you need to change the tag line back to all lower case, it should stay that way when you do. I suspect that’s just the way it’s actually entered (first letter caps)in your dashboard settings.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Making Blog Title Capitalized?’ is closed to new replies.