You’re awesome, George! Both fixes for the search widget worked perfectly– thank you so much! ??
I’m a little confused about replacing the inline SVG as a background image, though. I’ve been browsing through dozens of inline SVG tutorials but none of them seem to apply to what I’m trying to do. If I upload my own SVG image would the code to replace it look something like this (or am I completely on the wrong track)?
#archives-dropdown-2 select {
background-image: url("image.sgv");
}
I also have one more question, if you don’t mind… On the active archive drop-down menu, there’s a border that I haven’t been able to get rid of and I’d love to change the select/highlight color, too. Do you know what class/ID controls those elements? I feel like I’ve tried everything…
Thank you again for your help! ??