![]() | ![]() | ||||||||
| | #1 |
| HyperActive Warrior War Room Member Join Date: Dec 2010 Location: United Kingdom/Canada
Posts: 221
Thanks: 8
Thanked 38 Times in 27 Posts
|
Hey guys I've asked this question in a few places and all replies so far have proved fruitless! I'm wondering if anyone knows the correct code and where to place it exactly to ensure the text in the navigation menu of thesis 1.8 for wordpress changes from all UPPER CASE to lower case or only first letter capitalization? Thanks in advance JM |
| | |
| | |
| | #2 |
| Warrior Member Join Date: Nov 2009 Location: Southern California
Posts: 19
Thanks: 0
Thanked 1 Time in 1 Post
|
Have you tried the style.css file? Use Firefox and download the plug-in called Firebug. It will show you the code and CSS assigned to any element. It's free, yet priceless!
|
| | |
| | #3 |
| HyperActive Warrior War Room Member Join Date: Dec 2010 Location: United Kingdom/Canada
Posts: 221
Thanks: 8
Thanked 38 Times in 27 Posts
|
Hey Thanks for the reply... far to technical for me I'm afraid! I was hoping someone would know of a simple hook or some code that I can add to make the damn nav bar appear uncaptilized hahaha! Thanks a bunch for trying to help |
| | |
| | |
| | #4 |
| Your Awesome Teacher War Room Member Join Date: Apr 2011 Location: Derby, UK
Posts: 365
Thanks: 30
Thanked 115 Times in 86 Posts
|
You need to add some custom css by the looks of things. This is from the main style.css file: .menu a { text-transform: uppercase; /* from style.css*/ You need to change the "uppercase" to one of these instead:
themes/thesis_18/custom/custom.css Disclaimer: I don't have thesis installed so can't check on my own site. Back up your site before editing the css! I gleaned this information from this site: The General Appearance of the Thesis Menu Hope it helps! |
| | |
| | |
| | #5 |
| Senior Warrior Member War Room Member Join Date: Apr 2007 Location: Caldwell, Idaho, USA.
Posts: 1,966
Thanks: 454
Thanked 1,066 Times in 685 Posts
|
Karen hit it on the head, mostly. In your custom.css file, add the following: Code: .custom #tab a { text-transform: none; } |
| | |
| | #6 |
| HyperActive Warrior War Room Member Join Date: Dec 2010 Location: United Kingdom/Canada
Posts: 221
Thanks: 8
Thanked 38 Times in 27 Posts
|
Hey Karen, Thanks for that - I actually found that site a while back and haven't been successful with what it states! So frustrating! Steve, again, thank you for helping! However, that didn't work either. I placed the code in the custom.css and I already having custom stylesheets enabled. I changed the "none" section to "capitalize" and "lowercase" and still nothing... it's starting to grind me down! I've seen very few sites that have got the nav menu uncaptalized which tells me it is a fairly difficult job to get done! ARGHHHH! Any other ideas? Cheers JM |
| | |
| | |
| | #7 |
| HyperActive Warrior War Room Member Join Date: Sep 2010 Location: Tokyo
Posts: 299
Thanks: 24
Thanked 40 Times in 39 Posts
|
if you can provide a link to the site, then someone will be able to tell you the exact line to alter.
|
| | |
| | |
| | #8 |
| Warrior Member Join Date: Aug 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
This tutorial works for moving to lowercaps... I think if you combine the code there with the recommendations here you should be golden! violetminded.com/thesis/decrypting-thesis-css-navigation-made-simple/ |
| | |
| | #9 |
| Warrior Member Join Date: Aug 2011
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
Yes... I think this is the code that you're looking for: .custom .menu .tab a { text-transform:capitalize; } |
| | |
| | #10 |
| HyperActive Warrior War Room Member Join Date: Apr 2009
Posts: 276
Thanks: 18
Thanked 35 Times in 32 Posts
|
I'm trying these codes...but it's not working... I enabled the custom option too. any ideas?
|
| | |
| | #11 |
| Active Warrior Join Date: Apr 2010
Posts: 68
Thanks: 28
Thanked 20 Times in 17 Posts
|
Did you ever figure it out? I'm stuck on the same issue.
|
| | |
| | #12 |
| Warrior Member Registered Member Join Date: Jan 2013
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
|
Did anyone ever get to the bottom of this? I'm stuck with the same issue...
|
| | |
![]() |
|
| Bookmarks |
| Tags |
| bar, navigation, thesis, uncapitalize |
| Thread Tools | |
| |
![]() |