Title: Section color
Last modified: October 19, 2016

---

# Section color

 *  [pre20](https://wordpress.org/support/users/pre20/)
 * (@pre20)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/section-color/)
 * Hi, great plugin
 * I read a lot about how highlight the link color but none about how to set the
   background section color, like the plugin demo example (each section has its 
   color).
 * If you can help me, thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [malihu](https://wordpress.org/support/users/malihu/)
 * (@malihu)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/section-color/#post-8329661)
 * Setting a background color for your section is not related to the plugin or its
   scope. That’s why there’s no guide/tutorial for this.
 * Setting different background color for each section is something you do via CSS
   within your theme’s stylesheet. For example:
 *     ```
       .your-section{
         background-color: red; 
       }
   
       .your-section:nth-child(odd){
         background-color: blue; 
       }
       ```
   
 * For more info see [:nth-child pseudo-class](https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child)(
   same class used in plugin’s demo).
 * Hope this helps 🙂

Viewing 1 replies (of 1 total)

The topic ‘Section color’ is closed to new replies.

 * ![](https://ps.w.org/page-scroll-to-id/assets/icon-256x256.png?rev=1401043)
 * [Page scroll to id](https://wordpress.org/plugins/page-scroll-to-id/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/page-scroll-to-id/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/page-scroll-to-id/)
 * [Active Topics](https://wordpress.org/support/plugin/page-scroll-to-id/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/page-scroll-to-id/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/page-scroll-to-id/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [malihu](https://wordpress.org/support/users/malihu/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/section-color/#post-8329661)
 * Status: not resolved