/*---------------------------------------------------------------*/ /*------Replace the Search Button with an Icon by Divi Soup------*/ /*---------------------------------------------------------------*/ /*Hide the search button*/ .ds-icon-search input.et_pb_searchsubmit, .widget_search input#searchsubmit { background: transparent; color: transparent; border: none; width: 55px; z-index: 2; } /*Add padding to the search input field*/ .ds-icon-search input.et_pb_s, .widget_search input#s { padding-right: 55px !important; } /*Add the icon*/ .ds-icon-search .et_pb_searchform:before, .widget_search::before { content: '\55'; position: absolute; font-family: 'ETModules'; z-index: 1; right: 0; font-size: 20px; padding: 8px 20px; } /*---------------------------------------------------------------*/ /*---End - Replace the Search Button with an Icon by Divi Soup---*/ /*---------------------------------------------------------------*/