Option to change Header Outline Color

It would be great to add this setting to the widget. Currently, the Support Team suggests using the code below in the Custom CSS field on the Style tab of your widget’s settings:

.es-header-component-top {
  border: 1px solid #797a59;
}
2 Likes