Make Search Bar darker

Add this code to the Custom CSS field on the Appearance tab of your YouTube Gallery widget’s settings:

.yottie-widget-feed-section-search-form-input{
    color: #000;
    border: 1px solid #000;
}