Hi,
For the following page – https://seedintegritypledge.com/search-for-non-gmo-seeds/
I want to set a border color for the text box (search by company) and selection field (search by state). For the text box, I have identified this style which sets border to none with !important. How can I override this border setting?
div.asp_w.asp_s.searchsettings input[type=’text’]:not(.asp_select2-search__field), div.asp_w.asp_sb.searchsettings input[type=’text’]:not(.asp_select2-search__field) {
width: 86% !important;
padding: 8px 6px !important;
margin: 0 0 0 10px !important;
background-color: #FAFAFA !important;
font-size: 13px;
border: none !important;
line-height: 17px;
height: 20px;
}
Thank you.