Title: jfunky's Replies | WordPress.org

---

# jfunky

  [  ](https://wordpress.org/support/users/jfunky/)

 *   [Profile](https://wordpress.org/support/users/jfunky/)
 *   [Topics Started](https://wordpress.org/support/users/jfunky/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jfunky/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jfunky/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jfunky/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jfunky/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jfunky/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Can i overwrite a stylesheet?](https://wordpress.org/support/topic/can-i-overwrite-a-stylesheet/)
 *  Thread Starter [jfunky](https://wordpress.org/support/users/jfunky/)
 * (@jfunky)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/can-i-overwrite-a-stylesheet/#post-1523832)
 * I think a stylesheet can’t be declared in BODY tag elements of html.
 * Ok, another question on styleesheet, lets say I have declared two stylesheets
   in Header.php.
 * <link rel=”stylesheet” href=”style.css” type=”text/css” media=”screen” />
    <link
   rel=”stylesheet” href=”newstyle.css” type=”text/css” media=”screen” />
 * actually, three questions on this :
    1. which one is taken as default stylesheet to apply for the homepage?
    2. is there anyway i can tell it to apply a single style from anyone of them?
    3. and I’ve created a custom page template(say home.php), for that specific page
       template I want to choose one style from both.
    4.  How?
 * Any help is greatly appreciated.

Viewing 1 replies (of 1 total)