Forums

trouble with multiple css stylesheet (2 posts)

  1. lhoylhoy
    Member
    Posted 4 years ago #

    hi, I'm porting a css/xhtml template to wp theme. I'm having trouble with calling its stylesheet because it has 3 stylesheets, 2 which contains all the css properties and 1 (style.css) which calls those 2. like this:

    /* theme screen stylesheets */

    /* import stylesheets and hide from ie/mac \*/
    @import url("reset.css");
    @import url("FreshPick.css");
    /* end import/hide */

    I used this line <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> it seems to work but not everything appeared as expected. it doesn't show images called inside css code.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 4 years ago #

    If your theme has an images directory, make sure that the individual images are referenced correctly in your CSS using url(images/filename.jpg)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.