Shop Categories

X

Reply To: Mobile Menu, dissapear quickly

Home Forums Agama Pro Mobile Menu, dissapear quickly Reply To: Mobile Menu, dissapear quickly

#27448
Zex
Moderator

Hello, Antonio!

There is a small conflict with the Gold Addons Plugin, so if you want to use the Gold Addons plugin with the theme, you need to insert the following code into Customizing->General->Additional CSS:

/*Gold addons conflict fix*/
.collapse.in {
    display: block!important;
}

Regards