Dynamic Payment buttons: Hide all branded buttons

Example:

When you apply the following code, all the branded buttons will be hidden:

The More payment options link will still appear. 

Code:

/* -- code start -- */
.shopify-payment-button__button--branded {display:none !important;}
/* - end - */

Where do I add the code?

Use this link to learn where exactly to add this code snippet:

Where to add your CSS style code


Optional: Make More payment options into a button

We have another tutorial to turn the More payment options link into a button:

See the link below.