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?
I have a theme completed and ready to be added to drupal.org. I have CVS-write access, however I have no idea how to use this. I'm not sure how I can add the theme I would like to contribute. Could someone suggest and explain?