Can you tell me how to change the search box background colour. It is currently white on a white background and can't be seen. Or alternately, a single pixel border around the box would also work. This is for the Abundance theme.
Thanks, Chris
Can you tell me how to change the search box background colour. It is currently white on a white background and can't be seen. Or alternately, a single pixel border around the box would also work. This is for the Abundance theme.
Thanks, Chris
Hello,
Can you tell me how to change the search box background colour.
Add this to your custom.css or Quick CSS (in the Styles tab of the theme options):
#s {
background: #777;
}
Or alternately, a single pixel border around the box would also work.
#s {
border-style: solid;
border-width: 1px;
border-color: #777;
}
Ofcourse you can change the color #777 to the color you want. Hope this helps.
Regards,
WarriorSan
That works, thanks for your help,
Chris
Hi,
@Chris: Glad that it worked. :)
@WarriorSan: Thanks for helping out. :)
Cheers,
Ismael
No problem guys ;)
Marked as resolved :)
Regards,
Devin
This topic has been closed to new replies.