Centering menu navigation text at top

  • Unknown's avatar

    I’m using the Radcliffe theme and it automatically sets the top navigation bar left adjusted and I’d like it to be centered.

    Is there also a way to change the hover color? Currently, when you hover over it, it turns the text box red and I’d like it to change that to light grey.

  • Unknown's avatar

    Hi there, the two sites associated with your username are using Shoreditch and Twenty Fourteen. Did you switch themes, or are you talking about a different site?

  • Unknown's avatar

    I did take a look at our demo site for Radcliffe and the following CSS would do the trick, but I do not see that you have the WordPress.com Premium Plan upgrade, which would be required in order to add custom CSS.

    You can try out and preview custom CSS before you buy as explained here. Here would be the CSS.

    .desktop-menu-container {
        text-align: center;
    }
    .desktop-menu-container ul {
        display: inline-block;
    }
  • The topic ‘Centering menu navigation text at top’ is closed to new replies.