I am using PixoPoint Menu plugin v 0.6.20 on my WordPress blog. I’m trying to set up 2 menus – one for pages, the other for categories. I have both menus showing up where I want them and displaying the pages/categories that I want. The problem I’m having is with customizing the CSS for menu #2. If I apply any CSS to menu 1, it is also being applied to menu #2. If I apply custom CSS to menu #2, it has no affect on either menu.
The hook I’m using for menu 1: <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu();} ?>
The hook I’m using for menu 2: <?php if (function_exists(‘pixopoint_menu’)) {pixopoint_menu(2);} ?>
The custom CSS for menu #1 uses “#suckerfishnav {…â€Â