• Resolved couselm

    (@couselm)


    I noticed that the check box option is colapsed and therefore hidden by default.

    This doesn’t seem to be the case for the “radio” menus.

    It there a way do have the check box menus expanded by default?

    Otherwise love the plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author bizswoop

    (@bizswoop)

    Couselm,

    Thanks for reaching out to our support forum.

    For the checkbox to be expanded by default.

    If you add this code into your Theme CSS file, the checkbox will remain open and also hide the drop down functionality.

    .zaddon_closed .zaddon_checkbox {

    display: block;

    }

    .zaddon-open {

    display: none;

    }

    We hope you enjoy the plugin, if so, please leave us a ★★★★★ rating on the plugin directory here. A huge thanks in advance!

    Support Team

    Thread Starter couselm

    (@couselm)

    This worked. Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Checkbox Colapse Menu’ is closed to new replies.