How to used 2nd CSS file

Discussion in 'CSS' started by tito, Sep 18, 2013.

  1. #1
    How to used 2nd CSS file on my WP web page. Here already building one (<link rel="stylesheet" type="text/css" media="all" href="http://www.mydomain.com/wp-content/themes/twentytwelve/style.css" >
    ) CSS file. But I need to extra CSS file with seam themes. Now I am how to connect my new CSS file? Please anybody help me.
     
    tito, Sep 18, 2013 IP
  2. PardyCo

    PardyCo Well-Known Member

    Messages:
    183
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    160
    #2
    You should be able to add another stylesheet link by editing your header.php file of your current theme:
    /wp-content/themes/[THEME]/header.php

    Open it and find
    <link rel="stylesheet" type="text/css" media="all" href="http://www.mydomain.com/wp-content/themes/twentytwelve/style.css" >
    Code (markup):
    Under it add your new stylesheet.
     
    PardyCo, Sep 19, 2013 IP