Title: Hamburger menu
Last modified: August 31, 2016

---

# Hamburger menu

 *  Resolved [ec2016eire](https://wordpress.org/support/users/ec2016eire/)
 * (@ec2016eire)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/hamburger-menu/)
 * Hi there,
 * I just changed the CSS in my website, fixing just the colors.
    Unfortunately 
   now on mobile there’s not anymore the responsive menu. Also the text in the slide’s
   buttons and in the featured services area doesn’t resize on mobile… [http://www.elenacristofanon.com](http://www.elenacristofanon.com)
 * Can you help me?
 * Thank you
 * Elena

Viewing 1 replies (of 1 total)

 *  Theme Author [Theme Freesia](https://wordpress.org/support/users/themefreesia/)
 * (@themefreesia)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/hamburger-menu/#post-7083755)
 * [@ec2016eire](https://wordpress.org/support/users/ec2016eire/),
    Thanks for using
   our theme. It seems that you made direct code customization at style.css. Always
   create Child theme before making any changes in the code. Doing it your Customized
   code will not be lost while theme update. You have added below code
 *     ```
       .menu-toggle {
           display: none;
       }
       ```
   
 * add this code and remove above code from style.css
 *     ```
       .menu-toggle {
           display: block;
       }
       ```
   
 * By default responsive menu is working fine. So either add your css in your custom
   css or create a child theme.
 * If you have any questions then provide your [support question here](http://themefreesia.com/support-forum)
   which is free of charge.As our support team will not be available here always
   to get reply.
 * Regards
    Theme Freesia

Viewing 1 replies (of 1 total)

The topic ‘Hamburger menu’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Theme Freesia](https://wordpress.org/support/users/themefreesia/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/hamburger-menu/#post-7083755)
 * Status: resolved