Viewing 1 replies (of 1 total)
  • Hi Robert,

    You could add your own class to the click menu by directly editing the following file:

    /app/views/menu.phtml

    Alternatively, you could very easily add some custom jQuery to add a class name to the click menu div, something like the following should work:

    $( '#click-menu' ).addClass( 'click-menu' );

    In addition, “display: hide” is not a valid CSS rule, you can use “display: none” or “visibility: hidden” to achieve what you want here.

    Please let me know how you get on with this.

    Many thanks

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Add class above #click-menu’ is closed to new replies.