Trying to figure out where I'm going wrong! Wondering if someone could point me in the right direction...
So, I'm trying to get the search box font colour to display as #8596CC. This is what I've got in the Configure Header Area > Search Box:
Code:
color: #8596CC; font-weight: bold; border: 0; width: 200px; margin: 0; padding: 0;
Code:
font-weight: bold; color: #8596CC; border-top: solid 3px #8596CC; border-left: solid 3px #8596CC; border-right: solid 1px #8596CC; border-bottom: solid 1px #8596CC;
Code:
font-family: arial, tahoma, arial, sans-serif; font-size: 0.8em; color: #585858; background: #ffffff;