Im newbie to drupal. I want to make changes(like font color, size) in the contents ,displayed in the front page.I don't know where to make changes in drupal,whether we can use css file,if yes means where i can write the css code and how.

viji

Comments

jansky’s picture

every theme has it's own settings. You should find a css file in your theme dir and you can edit that one. But I suggest to make a copy of the theme dir and name it differently so that you can always revert to your original theme settings (or at least rename the original style.css in style.css.old)