We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15716
    • 57 Posts
    I want to have a main menu on the top of the page, and the same menu at the footer of the page (except smaller). I thought I could accomplish this by having a different css file for each menu, but no matter what one menu always inherits the other’s css. Is there anyway around this?

    Basically, I call my Wayfinder snippet, which references 2 different chunks, that reference 2 differnet (4 actually with IE ones) css files. What am I doing wrong?

    Thanks!
      • 22303 MODX Staff
      • 10,725 Posts
      Wrap each menu in a div with a unique id and use that to apply different CSS rules to each one.
        • 15716
        • 57 Posts
        Got it. I didn’t know the template’s CSS could override the chunk’s CSS. Good to know. Thanks OpenGeek.