I am new to drupal and loving it so far. I am about to go live with my first full website tomorrow after a week of busting a*s. I built the site on the Koi theme which is great for this project. The only part is the main menu text and the site name/slogan/logo how do i change those colors, they completely disappear on the right half of the screen because of the purple in the backround. Also the date is posted with the title on every node, it doesnt matter if i uncheck the authoring information or not. the author will toggle on/off just fine but the date is allwase there. This thing has become the bane of my existence, I have got to get rid of it. I know dramatic. Anyways can someone please point me in the right direction here? Thanks drupal your the best.

P.S. Drupal 7 on Win7x64bit

Comments

nagarajanl’s picture

In order to remove the node submission information, just comment out the following lines from your node.tpl.php

//print $submitted;

Hope this helps....