Title: Menu fonts..
Last modified: August 22, 2016

---

# Menu fonts..

 *  Resolved [Neilr](https://wordpress.org/support/users/neilr/)
 * (@neilr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/menu-fonts-3/)
 * Hi,
 * I wanted to ask if its possible to change the font in the drop down menus please
   as its currently Times New Roman, and the sidebar and content of the pages is
   Arial.
 * My URL is [http://www.worksoppriory.co.uk](http://www.worksoppriory.co.uk) and
   I’m talking about the dropdown menus under Our Parish, History and Services.
 * Thanks very much

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

 *  Theme Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/menu-fonts-3/#post-5427891)
 * Hi
 * Yes you can change the drop down menus font-family.
 * Add the given custom css code in custom css box
 *     ```
       .dropdown-menu > li > a {
       font-family: "Montserrat",sans-serif;
       }
       ```
   
 * Save the changes
 *  Thread Starter [Neilr](https://wordpress.org/support/users/neilr/)
 * (@neilr)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/menu-fonts-3/#post-5427982)
 * Hi,
 * Thank you very much that worked, however is it possible to change the font so
   its not bold? I would like it more like the text in the body of my pages, and
   as sub menus I don’t want it as bold as the main menu headings if that makes 
   sense?
 * Thanks very much for your help so far, this is the second time I’ve posted a 
   question on the forum, and I’m really pleased with the support, thank you 🙂
 * Neil
 *  Theme Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/menu-fonts-3/#post-5427989)
 * Hi
 * Add the given custom css code in theme option custom css box.
 *     ```
       .dropdown-menu > li > a {
       font-family: "Montserrat",sans-serif;
       font-weight: bold !important;
       }
       ```
   
 * Set your Font-weight as per your requirement.
 * Fore example : Font-weight:800;
 * Thanks
 *  Theme Author [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * (@weblizar)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/menu-fonts-3/#post-5427990)
 * Hi Neilr
 * Add the given custom css code in theme option custom css box.
 *     ```
       .dropdown-menu > li > a {
       font-family: "Montserrat",sans-serif;
       font-weight: bold !important;
       }
       ```
   
 * Set your Font-weight as per your requirement.
 * Fore example : Font-weight:800;
 * Thanks

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

The topic ‘Menu fonts..’ is closed to new replies.

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

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Weblizar – WordPress Themes & Plugin](https://wordpress.org/support/users/weblizar/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/menu-fonts-3/#post-5427990)
 * Status: resolved