Title: reprocessor's Replies | WordPress.org

---

# reprocessor

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [changing css for each page or subpage](https://wordpress.org/support/topic/changing-css-for-each-page-or-subpage/)
 *  Thread Starter [reprocessor](https://wordpress.org/support/users/reprocessor/)
 * (@reprocessor)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/changing-css-for-each-page-or-subpage/#post-1135902)
 * Hi Michael,
 * Sorry to be a pain but your last solution didn’t work. Any other ideas?
 * I really appreciate your help by the way 😉
 * Phil
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [changing css for each page or subpage](https://wordpress.org/support/topic/changing-css-for-each-page-or-subpage/)
 *  Thread Starter [reprocessor](https://wordpress.org/support/users/reprocessor/)
 * (@reprocessor)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/changing-css-for-each-page-or-subpage/#post-1135862)
 * That is absolutely brilliant!!! Thanks dude 🙂
 * Do you know how to get it to work on ‘child’ pages?
    Just say in the ‘about’ 
   section there’s ‘latest news’, ‘jobs’ & ‘contact’ where ‘about’ is their parent
   how would I go about adding the code
 *     ```
       <?php
       if ( is_page('about')WOULD IT BE IN HERE - IF SO HOW DO U DO IT?) { ?>
       <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/style-about.css" />
       <?php } ?>
       ```
   
 * or would it be something like:
 * if ( is_page+child(‘about’)
 * i’m not sure so any help would be amazing 🙂
 * Phil

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