Ok, nailed it on my home page http://www.swingmakers.com but can’t figure out for the life of me how to change the css for the dropdown in the login widget to look like the dropdown on my front page. I attached a pic of the dropdown I want to change. The divi css I used for the dropdown on the frontpage is:
.geodir-search select {
background-color: #eee; border: none!important; width: 25% !important; -moz-border-radius: 0 !important; -webkit-border-radius: 0 !important; border-radius: 0 !important; font-size: 14px; color: #999 !important; padding: 16px !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }