diff --git a/Soundboard-Actions.md b/Soundboard-Actions.md
index 3a30450..d3c5a7b 100644
--- a/Soundboard-Actions.md
+++ b/Soundboard-Actions.md
@@ -49,35 +49,29 @@ Select the mode of the button
## Mode: Play Sound
Play or stop the selected sound
+#### Sound Number
+The sound to play. The number corresponds with the number in the 'Soundboard Configuration'.
+
#### Display Name
Toggles whether or not the button should display the sound's name, as set in the 'Soundboard Configuration'.
#### Display Icon
Toggles whether or not the button should display the sound's icon, as set in the 'Soundboard Configuration'.
-#### Sound Number
-The sound to play. The number corresponds with the number in the 'Soundboard Configuration'
-
#### Background
-Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
-You set the color using hexadecimal values, and it must start with '#'.
-You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
+Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
## Mode: Offset
With offset you can give the sound number an offset allowing easy switching between displaying different sounds.
#### Offset
-Sets the amount the sound number needs to be offset when the button is pressed
+Sets the amount the sound number needs to be offset when the button is pressed.
#### On Color
-Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
-You set the color using hexadecimal values, and it must start with '#'.
-You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
+Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
#### Off Color
-Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
-You set the color using hexadecimal values, and it must start with '#'.
-You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
+Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
#### Background
Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
@@ -88,6 +82,4 @@ You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find
Pressing this will stop all currently playing sounds
#### Background
-Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
-You set the color using hexadecimal values, and it must start with '#'.
-You could use a [color picker](https://htmlcolorcodes.com/color-picker/) to find the right hex value.
\ No newline at end of file
+Sets the background color of the button. The icon needs to have transparent parts (so no jpeg).
\ No newline at end of file