My b2evolution Version: Not Entered
Hi I am using the nonezero skin and like it except the Blog title and the widget titles are all in lower case and look silly to me. The tag line looks exactly like I typed it and I would like the other areas to do the same.
How can I change the upper & lower case settings of this skin?
Thanks all
Tam
you can replace all "text-transform: lowercase;" 's with "text-transform: none;" 's. in your style.css...
that will leave them alone and display the way you typed them.
Or you want it them to be displayed "Capitalized Like This" you can replace all "text-transform: lowercase;" 's with "text-transform: capitalize;" 's.
If you dont know how to, you can replace the whole style.css with below lines; /*beware you will lose any previous changes you made to your style.css, the below was derived from the default style.css*/
style.css for none:
Styles.css For Capitalize:
well, you get the idea