Need Help changing menu characteristics

  • Unknown's avatar

    I am currently using the 2010 theme and have a couple issues…

    1. I would like to change the color of the black menu bar under the header to midnight blue.

    2. I want to bold the different items that appear in the menu

    3. I would like the menu to be centered on the page, not aligned to the left

    Thanks in advance for any help regarding these issues. All comments are greatly appreciated.

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

  • Unknown's avatar

    You would need the CSS upgrade and more importantly at least some general knowledge of CSS and how it relates to the markup (XHTML).

  • Unknown's avatar

    I have the CSS upgrade….and some general knowledge of CSS (thank you very much). I was able to change the color of the menu in “style.css”. When I tried to align to center by changing
    #access {
    background: #191970;
    display: block;
    float: left;
    margin: 0 auto;
    width: 940px;
    }

    to

    background: #191970;
    display: block;
    float: center;
    margin: 0 auto;
    width: 940px;

    But… when I did this, the color changed to white and while most of the page links did in fact move to the center, the Home page link stayed on the left and the menu appeared on two lines instead of just one.

    Hopefully someone can offer some actual help on this instead of just saying I need to learn CSS.

  • Unknown's avatar

    @tendress
    Allow me to be blunt. CSS is theme specific at wordpress.COM. When you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing. Read this for more info:

    http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/

    there is no official Staff support for the CSS upgrade, and precious little Volunteer support is avaialble. The CSS upgrade is not recommended to those who do not already have a moderate understanding of HTML and CSS and how they work together. Only 2 Volunteers here choose to help members with CSS at all and they are currently unavalaible. I suggest that you do follow the instructions in the support documentation and exercise patience while waiting for one of the two to log in and help you.
    http://en.support.wordpress.com/custom-css/#css-help

  • Unknown's avatar

    thank you timethief

  • Unknown's avatar

    You are welcome. hallluke is at work and thesacredpath is very sick but still struggling to help.

  • Unknown's avatar
    #access {background:#111133;}
    #access a {font-weight:bold;}
    #access .menu ul {float:left; position:relative; left:50%;}
    #access .menu ul li {position:relative; right:50%;}
    #access .menu ul ul {position:absolute; left:0;}
    #access .menu ul ul li {left:0;}
  • Unknown's avatar

    A little bit worried that TT is somehow tracking my whereabouts, my phone isn’t clever enough to do GPS, have I been bugged! *wink*

  • The topic ‘Need Help changing menu characteristics’ is closed to new replies.