[ad_1]
Hello @ohtusabes
Thank you very much for using our plugin. Our plugin does not insert the search box itself. It calls the get_search_form WordPress function (https://developer.projectdmc.org/reference/functions/get_search_form/) and lets your WordPress and theme decide the search box design. However, to modify the background color of the search button, you can enter the style definition below (using the preferred color) through the “Appearance > Customize > Additional CSS” menu option:
.search-icon{background: red !important;}Best regards.
