Editing My Blog Title

2 replies
  • WEB DESIGN
  • |
Hello Warriors.

I would like to change the title in my blog so that the start of each word begins with a capital letter, at the moment the theme I'm using is only letting me use lowercase.

my blog is here:

Edward Rush's Blog

I just want to change the..

edward rush dot com

to..

Edward Rush Dot Com

Any ideas folks?

#blog #editing #title
  • Profile picture of the author dwaser
    You need to change some code in the style.css file.

    Look for the following code:
    Code:
    #logo h1 {
    	float: left;
    	padding-left: 80px;
    	letter-spacing: -1px;
    	text-transform: lowercase;
    	font-size: 3.8em;
    }
    and change lowercase to none. That's it.
    {{ DiscussionBoard.errors[2288672].message }}
    • Profile picture of the author Epicurus
      Excellent Dwaser - that worked a treat.

      Many thanks ;-)
      Signature

      {{ DiscussionBoard.errors[2288678].message }}

Trending Topics