Hi I am using a white background on the Abundance theme and would like to apply a border to the search box to help it stand out. Which css style would I need to change to apply this?
Thanks
Mark
Hi I am using a white background on the Abundance theme and would like to apply a border to the search box to help it stand out. Which css style would I need to change to apply this?
Thanks
Mark
Hi Mark,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#s {
border: 1px solid #000;
}
Then modify it as needed.
Regards,
Devin
You must log in to post.