Title: Avada Toggle Collapse Timing
Last modified: November 19, 2019

---

# Avada Toggle Collapse Timing

 *  [julesrsuarez](https://wordpress.org/support/users/julesrsuarez/)
 * (@julesrsuarez)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/avada-toggle-collapse-timing/)
 * Hi!
 * I don’t know why the toggle is collapsing and closing very quickly. It’s not 
   staying open. Is there something that I need to setup or put on code? Can anyone
   help me?
 * Jules

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

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/avada-toggle-collapse-timing/#post-12152598)
 * Since that is a commercial theme, we ask that you please go to their official
   support channel, so you can get support from the people who know it best: [https://theme-fusion.com/documentation/avada/](https://theme-fusion.com/documentation/avada/)
 * Forum volunteers are not given access to commercial products, so they would not
   know why it is not working properly. Other community members who may have faced
   your issue might be able to help you but your best bet is your product’s developer.
   Keep in mind we encourage you to use the official support venues, as it allows
   the developers to be aware of issues with their code and gives back to the community
   in a more robust way.
 *  [lisa](https://wordpress.org/support/users/contentiskey/)
 * (@contentiskey)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/avada-toggle-collapse-timing/#post-12152605)
 * For Avada theme support:
    [https://theme-fusion.com/documentation/avada/getting-started/avada-theme-support/](https://theme-fusion.com/documentation/avada/getting-started/avada-theme-support/)
 *  [mark l chaves](https://wordpress.org/support/users/mlchaves/)
 * (@mlchaves)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/avada-toggle-collapse-timing/#post-12213861)
 * Hi [@julesrsuarez](https://wordpress.org/support/users/julesrsuarez/) ,
 * Can you be more specific? Do you mean the **dropdown menu** toggle or the accordion
   toggle element? There’s a difference of course.
 * For **dropdown menu**s, this is a common problem (not theme specific). Annoying
   isn’t it? 😉
 * Try this code.
 *     ```
       <!-- HTML -->
   
       <ul>
         <li id="mmi"><strong>Hover Me</strong>
           <ul>
             <li>> Check</li>
             <li>> This!</li>
           </ul>
         </li>
       </ul>
       ```
   
 *     ```
       /* CSS */
   
       /* Let's delay the main menu item fade while we're at it. */
       #mmi {
         transition: all 0.7s ease 1.5s;
       }
   
       #mmi:hover {
         color: gray;
         transition: all 0.5s ease 0s;
         cursor: pointer;
       }
       ```
   
 * Live demo on **CodePen** [https://codepen.io/marklchaves/pen/KKKWGma](https://codepen.io/marklchaves/pen/KKKWGma)
 * Good luck!

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

The topic ‘Avada Toggle Collapse Timing’ is closed to new replies.

## Tags

 * [Avada Theme](https://wordpress.org/support/topic-tag/avada-theme/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [delay](https://wordpress.org/support/topic-tag/delay/)
 * [toggle](https://wordpress.org/support/topic-tag/toggle/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 4 participants
 * Last reply from: [mark l chaves](https://wordpress.org/support/users/mlchaves/)
 * Last activity: [6 years, 5 months ago](https://wordpress.org/support/topic/avada-toggle-collapse-timing/#post-12213861)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
