Title: Top Menu issues
Last modified: August 21, 2016

---

# Top Menu issues

 *  Resolved [ricmil65](https://wordpress.org/support/users/ricmil65/)
 * (@ricmil65)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/)
 * trying to do 2 things:
    1. remove the search icon in the top menu
 * 2. increase the size and bold the font in the main menu.
    I have tried several
   things in custom CSS (using a plug in) but nothing is working. Any help would
   be appreciated [](http://www.davesheppardart.com)

Viewing 12 replies - 1 through 12 (of 12 total)

 *  Thread Starter [ricmil65](https://wordpress.org/support/users/ricmil65/)
 * (@ricmil65)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5130824)
 * sorry the site is [http://davesheppardart.com](http://davesheppardart.com)
    thanks.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5130850)
 * For the menu items:
 *     ```
       #top-navigation ul a {
       font-weight: bold;
       font-size: 18px;
       }
       ```
   
 * And to get rid of the search icon:
 *     ```
       .top-search-icon {
       display: none;
       }
       ```
   
 *  Thread Starter [ricmil65](https://wordpress.org/support/users/ricmil65/)
 * (@ricmil65)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5130865)
 * thank you that is awesome!
    would you have any idea why the fonts are all upper
   case? for style I am using lower case writing, but the menu always interprets
   them as upper case for the menu bar. I can’t seem to find any code relating to
   this style issue. Not a huge deal, but it would be nice to be consistent.
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5130898)
 * To change your menu items to all lowercase, add this to `#top-navigation ul a{}`:
 * `text-transform: lowercase;`
 *  Thread Starter [ricmil65](https://wordpress.org/support/users/ricmil65/)
 * (@ricmil65)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5130906)
 * thanks again !
    appreciate it
 *  Thread Starter [ricmil65](https://wordpress.org/support/users/ricmil65/)
 * (@ricmil65)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5130911)
 * me being a pest, sorry. The changes you suggested have all worked and are what
   I wanted, however they are not translating to the mobile version I see on my 
   phone. Any ideas?
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5130922)
 * In your custom CSS plugin, the ending bracket was mistakenly left off the media
   query `@media screen and (min-width: 500px)`, causing all the CSS rules after
   it to be interpreted as part of the media query. A quick fix would be to delete
   all the CSS I suggested and rewrite it anywhere above the `@media` line, but 
   I also suggest trying to figure out where the missing bracket should be.
 *  Thread Starter [ricmil65](https://wordpress.org/support/users/ricmil65/)
 * (@ricmil65)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5130932)
 * think that did it. Thanks again !
 *  [stacey22](https://wordpress.org/support/users/stacey22/)
 * (@stacey22)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5131135)
 * Does anyone know how to include a drop-down menu in this top bar?
 *  [shrenik](https://wordpress.org/support/users/shrenik/)
 * (@shrenik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5131170)
 * HI,
    I am facing similar kind of problem regarding primary menu. Can you please
   tell me how to change primary menu’s color ?
 *  [fernandesjo](https://wordpress.org/support/users/fernandesjo/)
 * (@fernandesjo)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5131171)
 * Hi,
 * How can I get this Menu bar to fix it on the top when we scroll down?
    When scrolling
   down this menu “disappears”..
 * Thank you
 *  [lswcc](https://wordpress.org/support/users/lswcc/)
 * (@lswcc)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5131183)
 * My main menu at the top has sub menus which are suppose to drop down but its 
   not. Any ideas?

Viewing 12 replies - 1 through 12 (of 12 total)

The topic ‘Top Menu issues’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fifteen/2.1.9/screenshot.png)
 * Fifteen
 * [Support Threads](https://wordpress.org/support/theme/fifteen/)
 * [Active Topics](https://wordpress.org/support/theme/fifteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fifteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fifteen/reviews/)

## Tags

 * [menu font](https://wordpress.org/support/topic-tag/menu-font/)

 * 12 replies
 * 6 participants
 * Last reply from: [lswcc](https://wordpress.org/support/users/lswcc/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/top-menu-issues/#post-5131183)
 * Status: resolved