Ok this might sound like a stupid question, but then i am only 1 week old in Drupal age.

I have created an About Us page for my website, "page" by using the create content method.
I have searched for this, but I am not sure how to add CSS to this page? I have entered the html tags in the "body" of this page, but how do I connect the CSS file, style.css to this page? so those tags h1,h2 etc. start to work.

FYI, I have copied multiflex3 theme and I am playing around with it.

I know this is probably a really simple question, but i did search and couldnt find the answer.

Comments

rogerpfaff’s picture

you just use the css file from your activated theme. usually your theme is located under /sites/all/themes or /sites/default/themes or /sites/example.com/themes.

anthony8i’s picture

I there is a more powerfull add on proivided by firefox named firebug. Try to install that add on which will indicate the html and the css applied for that page.

Then you please copy a theme and paste it in the following path sites/all/themes/yourthemename.
In that folder you will find a css named style.css where you can add your css.

with regards,
Anthony Adaikalaraj.A