This topic is locked

how to change size of 'simple_search' input box?

2/15/2023 4:53:19 PM
ASPRunner.NET General questions
D
david powell author

Hi,

I would like to make the simple search input box, and font, a little larger.

On the designer page, changing the font size of that item seems to have no impact.

I suspect it needs to be done via css, but I cant find any examples of how to do it....

Can anyone point me in the right direction?

Many thanks!

David

D
david22585 2/15/2023

Click the simple search properties on the desginer page, then custom css:

.panel-heading .input-group > .form-control {
line-height: 2.7!important;
}