Tagged: search widget
From one of the other posts I learned how to put a search widget in the header. However I have two things I would like to change further:
1. The search field seems quite small. I would like to make it longer.
2. Can I change the color and style of the font without changing the main menu links?
The page is http://testing.bwmarketingspecialties.com/
Please advise how I could go about doing this.
Thanks for your help.
Tyler
well the code might help you – but
#header .widget {
width: 280px;
}
it does not look good on mobile Versions here – even at your width.
There has to be some additional settings on that header widget
The search widget is fine now. One more formatting issue: How do I change the border color of the search box only?
Thanks for your help!
Tyler
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #s {
border: 1px solid #000;
}
Best regards,
Vinay