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

    This is a bad idea as it is dynamically created in the CSSModel.php class.

    The best idea is to tick the “Remove CSS !important tags” option in the Responsive Menu admin area and then add your custom styles to your themes style.css file.

    You can over-ride them pretty easily with stuff like the below:

    #responsive-menu .responsive-menu li
    {
        text-align: center !important;
    }

    Many thanks

    Peter

Viewing 1 replies (of 1 total)

The topic ‘Styling the menu’ is closed to new replies.