• I am using a child theme for Blaskan. I have a lengthy images.css style sheet that I’d like to include in the child theme. Where do I add the <link rel=”stylsheet”… line to bring in an additional stylesheet?

    Normally I would put that in the header.php file after the title but I don’t see where it is even calling in the theme’s style.css file.

    Thanks for your help.

    http://wordpress.org/themes/blaskan/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello!

    It’s just an idea, but why don’t you include it in your current style.css file like this:

    @import url('images.css'); (if the file is in the same directory as the style.css)

    Cheers,
    Toth Balint BT

    Thread Starter sleeplessindc

    (@sleeplessindc)

    Because I read somewhere (can’t recall where right now–probably in information about the Twenty Eleven theme) that themes don’t handle additional @import URLs in the child theme. I had tried to import some additional ones in that child theme’s style.css file and they didn’t work. I had to include them in a copy of the header file in the child theme.

    Can Blaskan handle more than one @import in the child’s style.css file? I tried adding a link to the additional stylesheet in a copy of the header in the Blaskan child theme but it isn’t bringing it in.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I bring in additional stylesheets into child theme?’ is closed to new replies.