Change text color and Menu background

  • Unknown's avatar

    Dear WP:

    I need to make the Menu Letters in White against a Royal Blue field on the Menu.
    Also can we move them below the banner so it makes a good separation between the banner and Blog Contebnt?
    Thanks!!

    Freddy

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

  • Unknown's avatar

    Hi Freddy,

    How does this look? I did not want to take a look at your second question until you had a chance to try out the navigation menu change you wanted implemented.

    .main-navigation {
        background: royalblue;
    }
    
    .main-navigation li a {
        color: white;
    }
  • The topic ‘Change text color and Menu background’ is closed to new replies.