StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 01-12-2009, 03:16 PM
adew adew is offline
Community Moderator
 
Join Date: Oct 2008
Location: Genève, Suisse
Posts: 14,270
Default Re: How can i Make Upper case my page names????

In the main navbar the top level page title text and sub-page title text are controlled by two different bits of CSS.

To force uppercase for the top level page titles, open style.css and find the style that's named
Code:
#nav li a:hover, #nav li a:active {
and add text-transform: uppercase; to the list of properties in this block of code.

To remove the forced lowercase from the sub-page titles, again in style.css, find the style that's named
Code:
#nav li li a, #nav li li a:link, #nav li li a:visited {
and change text-transform: lowercase; to text-transform: uppercase;

That should do it.
__________________
Ade
Themessence - Studiograsshopper

WordPress plugins: Dynamic Content Gallery | Reveal Page Templates | Custom Taxonomies Menu Widget

Check out the Genesis and Child Theme tutorials before posting your question - and please provide YOUR URL!
Make Andrea happy - read her Firebug tutorial and save yourself loads of time and effort.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Names of page sections StClair General Discussion 1 06-11-2010 01:09 PM
Page names in URL tspikesman General Discussion 1 10-14-2009 11:19 AM
Upper Case in nav bar afton General Discussion 2 06-04-2009 02:35 PM


All times are GMT -5. The time now is 07:47 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.