How to add css to the wordpress primary dropdown menu

By ukmodak | March 31st 2024 10:38:39 AM | viewed 776 times

just add following code to your themes/functions.php

function your_submenu_class($menu) {
         $menu = preg_replace('/ class="sub-menu"/','/ class="sub-menu yourclass" /',$menu);  
         return $menu;  
}
add_filter('wp_nav_menu','your_submenu_class'); 

bONEandALL
Visitor

Total : 26654

Today :3

Today Visit Country :

  • France
  • United States