Viewing 4 replies - 1 through 4 (of 4 total)
  • edit style.css of the theme and scroll down a bit; find:

    #header h1 {
    	font-family:Georgia, "Times New Roman", Times, serif;
    	font-size:36px;
    	font-weight:lighter;
    	letter-spacing:-1px;
    	text-transform:lowercase;
    }

    remove the ‘text-transform:lowercase; ‘

    Thread Starter x-evolutionist

    (@x-evolutionist)

    Thank you very much! It worked!

    Would you also tell me how to edit the color of the text on the headings like “Full RSS Feed” and “Comments Feed” “Recent” “Search”, etc? It is very light for me to read, and I want to change it to black, or darker, anyway . If it were a perfect world, these would all be set by one line of code, so I hope it is.

    Thank you,

    X

    #menu ul li a:link, #menu ul li a:visited, #menu ul li a:active {
    	float: left;
    	color: #666;
    	text-transform: uppercase;
    	display: block;
    	height:19px;
    	padding:5px 20px 0px 20px;
    	margin: 0px;
    }

    color: #666; is a grey;
    color: #000; would be black.

    Thread Starter x-evolutionist

    (@x-evolutionist)

    Thank you very much! I’m having trouble getting permissions set for downloading themes, plugins and images, so, I’ve just been downloading things and then uploading in FTP. I just updated my CSS on my desktop and loaded it up with FTP.

    WordPress can’t find the right upload path. I’ve set all the paths and all the permissions I can find, but no go. I’ll just do work arounds until it is really necessary.

    Thanks again,

    X

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Typographywp: How to change header text to title case from lower case?’ is closed to new replies.