Noob Alert: custom css question
-
Let me preface by saying I am a computer moron.
My question:
I see that this file called a custom css is a good way to streamline the blogging process. I downloaded a custom css file from the guy who made the neoclassical theme. So I drop this file in my neoclassical theme folder through filezilla, and it is in there. By simply putting text in this text file and making the header changes, the file will get called on? I think I make the header changes in the header.php box inside my admin interface in presentations, correct?
So, he says insert this code(<link rel=”stylesheet” href=”<?php bloginfo(‘template_url’); ?>/custom.css” type=”text/css” media=”screen” /> ) in the head tag, is the head tag the tag that begins <head profile= , Where exactly do I insert this code within there? Hmm, I think I might see where I should put this code , is it going in this area somehow:<?php wp_head(); ?>
</head>
<body class=”custom”>And then he says make sure your body tag looks like this:
<body class=”custom”> But, I think my body tag already does look like this because that 3 lines of code right up there is from my header.php(maybe the custom. css file already changed that?Well, any help appreciated, thanks.
The topic ‘Noob Alert: custom css question’ is closed to new replies.