Title: fimpass's Replies | WordPress.org

---

# fimpass

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

 *   [Profile](https://wordpress.org/support/users/fimpass/)
 *   [Topics Started](https://wordpress.org/support/users/fimpass/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fimpass/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fimpass/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fimpass/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fimpass/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fimpass/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: [[Metro CreativeX] Colors of the big rectangular shapes](https://wordpress.org/support/topic/colors-of-the-big-rectangular-shapes/)
 *  Thread Starter [fimpass](https://wordpress.org/support/users/fimpass/)
 * (@fimpass)
 * [11 years ago](https://wordpress.org/support/topic/colors-of-the-big-rectangular-shapes/#post-6057699)
 * I did some research about ” nth-child(x) ” and i saw that if i replace “x” with
   the no. of the article i can replace the background color with the one i chose.
   
   For those who need the answer to my question : 1- install : [https://wordpress.org/plugins/simple-custom-css/](https://wordpress.org/plugins/simple-custom-css/)
   2- In custom CSS add this:
 * -this code will replace the 1 article background with red
 *     ```
       article:nth-child(1){
        background:red !important;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Metro CreativeX] Colors of the big rectangular shapes](https://wordpress.org/support/topic/colors-of-the-big-rectangular-shapes/)
 *  Thread Starter [fimpass](https://wordpress.org/support/users/fimpass/)
 * (@fimpass)
 * [11 years ago](https://wordpress.org/support/topic/colors-of-the-big-rectangular-shapes/#post-6057698)
 * Hey Rodica,thanks for your answer,the addon is useful,but i don’t want the rectangular
   shapes to have the same color.I want to make separate colors for every box.

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