Title: Changing Button Settings
Last modified: August 30, 2016

---

# Changing Button Settings

 *  Resolved [mmtf](https://wordpress.org/support/users/mmtf/)
 * (@mmtf)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/changing-button-settings/)
 * Hello there! I would like to know if it is possible to change size, color, etc.
   of the individual Button(s).
    I was able to make some changes via decisiontree_local_sytle.
   css but those changes are then used on all buttons and I want to manipulate individual
   buttons. Any ideas ?
 * [https://wordpress.org/plugins/sidecar-decision-tree/](https://wordpress.org/plugins/sidecar-decision-tree/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Sidecar TV, Plugin Developers](https://wordpress.org/support/users/sidecar/)
 * (@sidecar)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/changing-button-settings/#post-6318594)
 * mmtf – The GUI doesn’t have a way make these changes, but editing your CSS does
   work. _Note_ – please don’t edit our CSS files! Instead, [make local edits](http://shibashake.com/wordpress-theme/add-new-styles-css-to-your-wordpress-blog),
   [install and edit a child theme](https://wordpress.org/plugins/one-click-child-theme/)
   or use [a plugin to add CSS](https://wordpress.org/plugins/search.php?q=custom+css).
 * To update _all_ your DTs, just declare the `.dt_radio_choice` and `.dt_button`
   classes, as you saw. To edit just buttons on a specific DT, note that all DTs
   are in a form, like this:
 * `<form id="decision_tree_area_9" class="decision_tree_area">`
 * To change the styles on a specific DT, find the form ID, `decision_tree_area_9`
   in this case, and make specific CSS. For example, to make just the question buttons
   on this DT have a grey background and the answer buttons to be yellow, you could
   do this:
 *     ```
       #decision_tree_area_9 .dt_radio_choice { background-color:grey }
       #decision_tree_area_9 .dt_radio_answer_nolink, #decision_tree_area_9 .dt_radio_answer { background-color:yellow }
       ```
   
 * We don’t recommend using these specific colors though, they’re pretty garish 
   😉
 * We’ll be adding an easier, more user friendly way to do this in the future!

Viewing 1 replies (of 1 total)

The topic ‘Changing Button Settings’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/sidecar-decision-tree_add8e6.svg)
 * [Decision Tree](https://wordpress.org/plugins/sidecar-decision-tree/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/sidecar-decision-tree/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/sidecar-decision-tree/)
 * [Active Topics](https://wordpress.org/support/plugin/sidecar-decision-tree/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sidecar-decision-tree/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sidecar-decision-tree/reviews/)

## Tags

 * [buttons](https://wordpress.org/support/topic-tag/buttons/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [individual](https://wordpress.org/support/topic-tag/individual/)
 * [settings](https://wordpress.org/support/topic-tag/settings/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sidecar TV, Plugin Developers](https://wordpress.org/support/users/sidecar/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/changing-button-settings/#post-6318594)
 * Status: resolved