I'm attempting to style the default archives widget using my css style sheet but I am unsure of which string of code controls the hover/select colors, currently it comes up default browser blue. Essentially I would like something like this in my style sheet:
.--- #archivewidget--- {
hover color: ---;
color: ---;
}
but I'm not sure how to write it to make it work. This is what the widget looks like in my coding:
li id="archives-2" class="widgetcontainer widget_archive"><h3 class="widgettitle">Archives</h3>
<select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value="">Select Month</option