Title: css the mobile menu
Last modified: August 13, 2018

---

# css the mobile menu

 *  Resolved [nichere](https://wordpress.org/support/users/nichere/)
 * (@nichere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/)
 * I am having a really hard time changing the size of my titles in the mobile menu.
   i located the CSS but i cannot seem to change the font size.
 * .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-501{
 * }
    please someone help me.
 * thank you
 * This topic was modified 5 minutes ago by Steve Stern.
    The page I need help with:
   [http://www.slimnics.com](http://www.slimnics.com)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-the-mobile-menu-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/css-the-mobile-menu-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/css-the-mobile-menu-2/page/2/?output_format=md)

 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10587146)
 * Hello, what title? Can you show me a screenshot?
 *  Thread Starter [nichere](https://wordpress.org/support/users/nichere/)
 * (@nichere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10587917)
 * [https://photos.app.goo.gl/pv4LAEpjVUjZPaVL8](https://photos.app.goo.gl/pv4LAEpjVUjZPaVL8)
 * here is the screeshot. I am trying to style the menu in red. I managed to change
   the background to red but i cannot change the font size. Also, They were in a
   sub menu under ‘series’ but i took them out because the font was so small and
   i could not change the font.
    I used this css
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10590492)
 * Ah okay, add this css code in the custom css section of the customizer:
 *     ```
       #mobile-fullscreen ul>li>a {
           font-size: 38px;
       }
       ```
   
 *  Thread Starter [nichere](https://wordpress.org/support/users/nichere/)
 * (@nichere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10591605)
 * This happened
 * [https://image.ibb.co/n9HKgU/Screen_Shot_2018_08_15_at_3_24_51_pm.png](https://image.ibb.co/n9HKgU/Screen_Shot_2018_08_15_at_3_24_51_pm.png)
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10594077)
 * You need to copy/paste this exact code with the “>”:
 *     ```
       #mobile-fullscreen ul>li>a {
           font-size: 38px;
       }
       ```
   
 *  Thread Starter [nichere](https://wordpress.org/support/users/nichere/)
 * (@nichere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10614396)
 * Hi
 * No that didnt change the sub menu size. you can see in the screen shot i can 
   change the background to red but for some reason i cannot change the font size.
 * [screen shot](https://image.ibb.co/nHJGSe/Screen_Shot_2018_08_23_at_1_07_13_am.jpg)
 *  Thread Starter [nichere](https://wordpress.org/support/users/nichere/)
 * (@nichere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10614399)
 * The sub menu is too small and too close together . I am trying to change the 
   font size of that sub menu and give them breathing space in between…It is specially
   difficult to touch these on a mobile phone.
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10614418)
 * Hello, add this css code:
 *     ```
       #mobile-fullscreen ul ul.sub-menu li a {
           font-size: 24px;
           padding: 16px 0;
       }
       ```
   
 *  Thread Starter [nichere](https://wordpress.org/support/users/nichere/)
 * (@nichere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10614479)
 * You Legend!!! thanks
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10614486)
 * You are most welcome 🙂
 *  Thread Starter [nichere](https://wordpress.org/support/users/nichere/)
 * (@nichere)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10614488)
 * [screen shot fixed thank you](https://image.ibb.co/dMYVLz/Screen_Shot_2018_08_23_at_1_31_39_am.png)
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-10617413)
 * Looks great 🙂
 *  [domwieners](https://wordpress.org/support/users/domwieners/)
 * (@domwieners)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-11059736)
 * Hi there.
 * I too have been trying to change the css with limited success. I would like to
   change the color to white, and cant seem to locate the relevant css. Any assistance
   would be appreciated.
 * Kind regards
    Dominic
 *  Theme Author [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * (@oceanwp)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-11062095)
 * Hello, can you send me a link of your site?
 *  [domwieners](https://wordpress.org/support/users/domwieners/)
 * (@domwieners)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/#post-11063774)
 * [http://www.impi.solutions](http://www.impi.solutions)

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/topic/css-the-mobile-menu-2/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/css-the-mobile-menu-2/page/2/?output_format=md)

The topic ‘css the mobile menu’ is closed to new replies.

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

## Tags

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

 * 20 replies
 * 3 participants
 * Last reply from: [oceanwp](https://wordpress.org/support/users/oceanwp/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/css-the-mobile-menu-2/page/2/#post-11080098)
 * Status: resolved