using CSS to center the menu text. P2 theme

  • Hi, I was wondering if I could get some help on my site. I would like to center the menu that is at the top of the screen. I would like to change the background of the menu from that ugly grey to flat black to match the rest of the theme.

    I have to programming experience and would appreciate any help I can get. Thanks!

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

  • Hey there!

    Can you explain how you want the menu centered? From what I can see, it appears to be centered already :)

    As for the background, you can add this in:

    .navigation-main {
    background: #111d54;
    }

    That will change the background of the menu bar to the background color you currently have on your site.

  • The topic ‘using CSS to center the menu text. P2 theme’ is closed to new replies.