Hi there,
I have a question about the pages in this theme - each word of in the title is displayed with a capital letter. I don't like the look of it but I have no idea what to change in the HTML.
Hi there,
I have a question about the pages in this theme - each word of in the title is displayed with a capital letter. I don't like the look of it but I have no idea what to change in the HTML.
It depends on how the site is coded -- both html and CSS. If you post a link to your site someone can likely give you more specific help.
It's in the css, i'm pretty sure this is it (line 249 - the last below)
/* Root Menu */
ul#nav a {
padding:5px 12px;
text-align:center;
/*padding-left:32px;*/
float: none !important; /*For Opera*/
float: left; /*For IE*/
display: block;
font-size:20px;
color:#392217;
text-decoration: none;
height: auto !important;
height: 1%; /*For IE*/
text-transform:capitalize;
}
change text-transform to have the value "none" (text-transform:none;) and see if that does it
It worked - thank you so much! I spent hours trying to figure out what line to change, I had no idea it was that simple. Cheers!
You must log in to post.