Outline button colours

Be able to change the colour of the text and the border colour. E.g. the button text is white, the border colour is orange

Hi there and welcome to the Community, @Curtis_Watts :waving_hand:

Glad to say that an option to change the button text color is already available in the app:


The button doesn’t have an outline by default, but you can add it using this code in the Custom CSS field on the Settings tab of your widget’s settings:

.es-button-base-overlay {
  border: 2px solid #3498db;
}