Shop Categories

X

Reply To: Primary Menu subitems disappear on mobile

Home Forums Agama Pro Primary Menu subitems disappear on mobile Reply To: Primary Menu subitems disappear on mobile

#26711
Zex
Moderator

Hello,

Yes, you are right. Sorry about the misunderstanding.

I found that 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