Title: Sub-Menu font weight
Last modified: December 12, 2017

---

# Sub-Menu font weight

 *  Resolved [wpjap](https://wordpress.org/support/users/wpjap/)
 * (@wpjap)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-font-weight/)
 * Hi. I’m trying to set the sub-menu content to a different font-weight than the
   normal menu content.
    Can’t figure out, how … Thanks for helping!

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

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-font-weight/#post-9777151)
 * Hi,
 * Will need to know the site url so I can inspect the code. Thanks
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-font-weight/#post-9780430)
 * Thanks for the url in the email.
 * Try this code to target only the submenus
 *     ```
       .mobmenu_content #mobmenuright .sub-menu a {
           font-weight: normal;
       }
       ```
   
 *  Thread Starter [wpjap](https://wordpress.org/support/users/wpjap/)
 * (@wpjap)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-font-weight/#post-9782169)
 * Great, that works. I had to activate the font style ‘light’ in my theme’s function.
   php first, that’s why I didn’t see any effect at first.
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-font-weight/#post-9782647)
 * Nice. Glad it’s sorted.

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

The topic ‘Sub-Menu font weight’ is closed to new replies.

 * ![](https://ps.w.org/mobile-menu/assets/icon-128x128.png?rev=1890426)
 * [WP Mobile Menu - The Mobile-Friendly Responsive Menu](https://wordpress.org/plugins/mobile-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mobile-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mobile-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/mobile-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mobile-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mobile-menu/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-font-weight/#post-9782647)
 * Status: resolved