Travel Tour (GoodLayers)
Fix Sub Menu Display
Install the “TC Custom JavsScript” plugin, then go to Appearance > Custom JavaScript and enter the following:
1 2 3 |
jQuery(window).load(function() { jQuery('.traveltour-main-menu').superfish('destroy'); }); |