How To Edit Menu Font Size in Personal Press Theme

  • Unknown's avatar

    Hello, I am simply trying to edit the style.css file that came in my Personal Press theme that I’m using on my site. For some reason, whatever I do I cannot get the menu font size to go bigger than 12 px. It looks like its using the same font color and font size settings as the BODY of the entire site in posts. In the style.css, it shows that the font size for the Menu is 30px and when I try to change it, it still stays at 12 px. I’ve included the #header code from the style.css file here:

    #header { padding:80px 0 0; text-align:center; }
    img#logo { margin-bottom: 21px; }
    div.separator { background:url(“images/separator.png”) repeat-x; height: 2px; }

    ul.nav { padding: 30px 0px 0px; float: left; }
    ul.nav li { padding: 0px 20px 0px 0px; }
    ul.nav li a { text-align: left; }
    ul.nav li a strong { font-family: Impact, Charcoal, sans-serif; font-size: 30px; color: #5f5d53; text-shadow: 1px 1px 1px #ffffff; text-transform: uppercase; display: block; font-weight: normal; }
    ul.nav li a span { font-family: Arial, sans-serif; font-size: 12px; font-style: italic; text-transform: none; display: block; padding: 11px 0px 0px; color:#A09E90; width:105px; }
    ul.nav li a:hover, ul.nav li a:hover strong, ul.nav li a:hover span, ul.nav > li.current-cat > a strong, ul.nav > li.current-cat > a span, ul.nav > li.current_page_item > a strong, ul.nav > li.current_page_item > a span, ul.nav > li.current-menu-item > a span, ul.nav > li.current-menu-item > a strong { text-decoration: none; color: #952610; }
    ul.nav li li a { font-family: Arial, sans-serif; font-size: 11px; font-weight: bold; text-transform: none; }

    can you PLEASE tell me what I’m overlooking or not editing correctly so I can simply just get the font size of my menu buttons (Home, News, Email, etc.) back to the normal default font size settings?

    Thank you SO much in advance!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The free hosted WordPress.com blog linked to your username is empty. All CSS editing here is theme specific. Please post an active link starting with http:// to the blog in question.

  • Unknown's avatar

    From what I can tell and what I can remember, there is no theme here at wordpress.com called “personal press” so if that is the theme you are using, you must be self-hosted at a third-party hosting service. Self-hosted sites are supported at http://wordpress.ORG/support/ .

    If you are not familiar with the differences between wordpress.com and wordpress.org, see this support document.

  • The topic ‘How To Edit Menu Font Size in Personal Press Theme’ is closed to new replies.