How to Change the Menu Item Font

  1. Home
  2. Docs
  3. Event Manager
  4. Frequently Asked Question...
  5. How to Change the Menu Item Font

How to Change the Menu Item Font

1. Remember to backup your files before applying any modification.

2. Go to Appearance>>Editor

3. Select the “style.css” file in the right column.

4. Look for this code
#nav li a {
color: #686868;
display: block;
font-family: ‘Droid Sans’, sans-serif;
font-size: 15px;
padding: 22px 0 0;
margin: 0 36px 0 0;
position: relative;
text-decoration: none;
}

5. Replace the font-family with our preferred font. ie font-family: ‘Metrophobic’,arial, serif;

6. Update file.

Was this article helpful to you? Yes No 2