Title: toggle box
Last modified: August 30, 2016

---

# toggle box

 *  [allac](https://wordpress.org/support/users/allac/)
 * (@allac)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/toggle-box/)
 * Hello,
 * thank you very much for this very useful plugin.
 * Still I have a question. How can I change the form / color/ design of the box
   + / – you click in a toggle box ?
 * thank you !!
 * [https://wordpress.org/plugins/olevmedia-shortcodes/](https://wordpress.org/plugins/olevmedia-shortcodes/)

Viewing 1 replies (of 1 total)

 *  [skarjune](https://wordpress.org/support/users/skarjune/)
 * (@skarjune)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/toggle-box/#post-6225930)
 * You can add CSS styles to customize the look, as with anything else on your WordPress
   website. How you do that depends upon your theme and WordPress setup. Some themes
   have a CSS editor in options. Or, developers use a child theme and edit the style.
   css file. Or, the JetPack plugin provides a nice CSS Stylesheet Editor.
 * You need to add [CSS style rules](http://www.w3schools.com/css/), and examine
   the HTML classes to alter using a tool like the [Google Chrome DevTools](https://developers.google.com/web/tools/chrome-devtools/).
 * For example, here are style rules that will change the color of the toggle bar
   to yellow, red for a mouse hover, and keeping white for the toggle item background:
 * .omsc-toggle {background: #ffff00;}
    .omsc-toggle:hover {background: #ff0000;}.
   omsc-toggle-inner {background: #ffffff;}

Viewing 1 replies (of 1 total)

The topic ‘toggle box’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/olevmedia-shortcodes_d8d8d8.svg)
 * [Olevmedia Shortcodes](https://wordpress.org/plugins/olevmedia-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/olevmedia-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/olevmedia-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/olevmedia-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/olevmedia-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/olevmedia-shortcodes/reviews/)

## Tags

 * [box](https://wordpress.org/support/topic-tag/box/)
 * [toggle](https://wordpress.org/support/topic-tag/toggle/)

 * 1 reply
 * 2 participants
 * Last reply from: [skarjune](https://wordpress.org/support/users/skarjune/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/toggle-box/#post-6225930)
 * Status: not resolved