• When widget classes are added to a widget that is residing inside a mega menu panel, the css class does not make it through on the frontend. Anyone else facing this issue?

Viewing 1 replies (of 1 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi vagu,

    You’ll need a line of code in your wp-config.php file to enable this. It is not enabled by default as some of the “widget classes” plugins add multiple classes to each widget, which can unintentionally break the styling. Please try adding this to your wp-config.php file:

    define( 'MEGAMENU_DYNAMIC_SIDEBAR_PARAMS', true );

    Regards,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Mega Menu Widget CSS Classes’ is closed to new replies.