Search box size
Hi,
is it possible to make the search box that opens after clicking the icon larger? I like the size that my old theme have, like here: https://veebilahendus.ee/
Hi,
is it possible to make the search box that opens after clicking the icon larger? I like the size that my old theme have, like here: https://veebilahendus.ee/
Comments
Hi,
Probably with some custom CSS, it might be possible to increase the size of the search box.
If you attach a link to your website, I can help you prepare such CSS.
Best regards
Hi,
It would be great, link: https://demo.veebilahendus.ee/ pw: 12345
Thx,
Steve
Please check if this CSS is what you wanted to do:
.mfn-header-tmpl .column_header_icon .search_wrapper{ width: clamp(600px, 80%, 1920px); } .mfn-header-tmpl .column_header_icon .search_wrapper input{ font-size: 80px!important; padding-left: 96px!important; } .mfn-header-tmpl .column_header_icon .search_wrapper svg{ width: 70px; }Put it in Betheme -> Theme options -> Custom CSS & JS -> CSS.
Thanks
Very good, thank you!
Two more questions
— how can I change the color of the search text?
And would adding a background color to the entire area be too complicated? I mean that the opened area should have a background color that covers the page content (screenshot attached), similar to how it looks here: https://veebilahendus.ee/
1) Text color is taken from Betheme -> Theme options -> Colors -> Forms.
2) There is no option to add a white background, unfortunately.
Best regards