Title: Background Colour
Last modified: August 20, 2016

---

# Background Colour

 *  Resolved [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/background-colour-4/)
 * Hey
    I have the tool set up and working however, I was wondering how I can get
   each drop down on a new line? Also how can I make each line have a solid green
   background the width of the page with white text.
 * [http://wordpress.org/extend/plugins/jquery-collapse-o-matic/](http://wordpress.org/extend/plugins/jquery-collapse-o-matic/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Baden](https://wordpress.org/support/users/baden03/)
 * (@baden03)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/background-colour-4/#post-3259238)
 * Try this:
 *     ```
       [expand title="trigger text" tag="div" trigclass="mean_green"]target content[/expand]
       ```
   
 * Then add the following to your theme’s css:
 *     ```
       .mean_green {
           clear: both;
           width: 100%;
           background: green;
       }
       ```
   
 * Let us know if you get it working

Viewing 1 replies (of 1 total)

The topic ‘Background Colour’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jquery-collapse-o-matic_fffeff.svg)
 * [Collapse-O-Matic](https://wordpress.org/plugins/jquery-collapse-o-matic/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jquery-collapse-o-matic/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jquery-collapse-o-matic/)
 * [Active Topics](https://wordpress.org/support/plugin/jquery-collapse-o-matic/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jquery-collapse-o-matic/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jquery-collapse-o-matic/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Baden](https://wordpress.org/support/users/baden03/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/background-colour-4/#post-3259238)
 * Status: resolved