#44745
Lincoln
Participant

I did some digging and found the results. Will post for others:

Plugin Styles Are Located Here:

/wp-content/plugins/store-locator-le/css

For Nyloboard, adding the following CSS will allow you to change the bars to whatever you wish:

 

#search_box #search_box_header {

background-color: #FF0000 !important; }

 

form#searchForm INPUT#addressSubmit {

background-color: #FF0000 !important; }

 

#results_box #results_box_header {

background-color: #FF0000 !important; }

 

I had to !important things to get it to work properly. Perhaps someone with more CSS experience could clean that up.