• 7milesdown

    (@7milesdown)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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.

    Thread Starter 7milesdown

    (@7milesdown)

    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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can someone tell me where to put this?’ is closed to new replies.