I am trying to block the display of the primary links on certain pages. I am not displaying them via a block, but rather just the default way built into the theme.
I have customized blocks to display or not for different pages before, but this is a little bit different obviously. I believe I am going to have to use markup in order to fix this problem. For example, I don't want the primary links to display on any page with URL path "index.html/node/different/xxxxxx."
Is there a simple markup that I can add to the drupal.css file?