Title: Different stylesheet for index.php page?
Last modified: August 19, 2016

---

# Different stylesheet for index.php page?

 *  [Zoomrix](https://wordpress.org/support/users/zoomrix/)
 * (@zoomrix)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/different-stylesheet-for-indexphp-page/)
 * Hi,
 * I have two stylesheets. One specifically for the index page [style_index.css](
   with a different background element on the body tag) that I want to only apply
   to the index.php page (the front page). The rest of the pages I want to utilize
   the main stylesheet [style.css].
 * I’ve attempted to use conditional tags [is_front_page()] but only ended up completely
   messing up the template.
 * Any help appreciated,
 * GeorgeKotelnikov
    [http://www.zoomrix.com](http://www.zoomrix.com)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [dfdou](https://wordpress.org/support/users/dfdou/)
 * (@dfdou)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/different-stylesheet-for-indexphp-page/#post-963827)
 * try is_home(),like:
    if(is_home()){//load style_index.css }else{}
 *  Thread Starter [Zoomrix](https://wordpress.org/support/users/zoomrix/)
 * (@zoomrix)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/different-stylesheet-for-indexphp-page/#post-963828)
 * Yeah. Thanks.
 * Did some simple research inside of the WordPress forums and came up with the 
   perfect solution.
 * [http://wordpress.org/support/topic/219732?replies=14](http://wordpress.org/support/topic/219732?replies=14)
 * GeorgeKotelnikov
    [http://www.zoomrix.com](http://www.zoomrix.com)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Different stylesheet for index.php page?’ is closed to new replies.

## Tags

 * [conditional](https://wordpress.org/support/topic-tag/conditional/)
 * [index](https://wordpress.org/support/topic-tag/index/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)
 * [tags](https://wordpress.org/support/topic-tag/tags/)
 * [template](https://wordpress.org/support/topic-tag/template/)

 * 2 replies
 * 2 participants
 * Last reply from: [Zoomrix](https://wordpress.org/support/users/zoomrix/)
 * Last activity: [17 years, 3 months ago](https://wordpress.org/support/topic/different-stylesheet-for-indexphp-page/#post-963828)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
