• Does anyone have any tips or tricks to improve the look of your menu bar? Mine is a plain background with white fonts, but I need to find a way to improve it.

    Any CSS suggestions?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Depends on what theme you’re using. Can you post a link to your site?

    Thread Starter elriop20

    (@elriop20)

    You could change some things with some custom CSS, if you’re familiar with it. You should make these changes in a custom CSS plugin.

    .main-navigation,
    #search-icon #search-icon-icon {
      background: #ffff00;
    }
    
    .main-navigation ul li:hover > a,
    #search-icon #search-icon-icon:hover {
      background: #ff00ff;
      color: #ffffff;
    }

    You can find the hex codes for the colors at a site like Colorpicker. What exactly are you trying to do with the menu bar?

    Thread Starter elriop20

    (@elriop20)

    I’m trying to make it look more professional. I feel the menu bar looks over simplistic and doesn’t ‘pop’ enough. I just want a polished look for launch.

    Thank you for the suggestions and code.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Improving the menu bar’ is closed to new replies.