• Resolved thomas514

    (@thomas514)


    Hi, I want to use 2 different stylesheet files, how can I do that?
    How can I change <link rel="stylesheet" href=? to set up for example style2.css?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Why not just paste it and put it into your theme header.php?
    like this below:

    <link href="http://s.wordpress.org/style/style1.css" type="text/css" rel="stylesheet" />
    <link href="http://s.wordpress.org/style/style2.css" type="text/css" rel="stylesheet" />
    Thread Starter thomas514

    (@thomas514)

    How… Thanks a lot hzlzh!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to use 2 different css file?’ is closed to new replies.