You'll also need to add the CG-Amazon CSS file under wp-layout.css in
the header section:
What does it mean by the Header section is wp-layout.css? Im not understanding? What line? WHere exactly?
You'll also need to add the CG-Amazon CSS file under wp-layout.css in
the header section:
What does it mean by the Header section is wp-layout.css? Im not understanding? What line? WHere exactly?
You can do two things:
in index.php
<style type="text/css" media="screen">
@import url( <?php echo get_settings('siteurl'); ?>/wp-layout.css );
[paste the CSS here]
</style>
or, you could add the CG-A css to the bottom of your wp-layout.css.
I doubt it matters which.
I figured it out after re-reading a couple times. I originally kept tryin to put it in the actual CSS. haha. I felt like an idiot for about half an hour
This topic has been closed to new replies.