Saturday, December 12, 2020

Yamaha PSR-E443 - How to change key (transpose)

This is how you can transpose your keyboard up and down the key.

Pitch Controls—Transpose

The overall pitch of the instrument (except for the Drum Kit Voices) can be shifted up or down by a max imum of 1 octave in semitone increments.

1 Press the [TRANSPOSE] button to call up "Transpose” (Function 005).

2 Use the dial to set the Transpose value between -12 and +12.

Each value will move the key up half step.

So for example, increasing by +1 will go from key C to C#

Woocommerce - show variation dropdown under label

 How to have variation label and variation drop down be on different line.


Adding this code to your theme style.css will move the variation drop down under the variation label's title.

.woocommerce div.product form.cart .variations td {
    display: block;
}
 
 
THIS IS THE RESULT:
 
BEFORE:
 
 
 
AFTER: