Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi rich,

    You could use custom CSS to style the search box for the font-size as well as for the search box’s size. You can add the following CSS in “Custom CSS” in the basic area of the “Setting” tab.

    input#ufaq-ajax-text-input {
    font-size: 24px;
    }
    

    If you wanted to change the sixe of the search box without changing the size of the font you could try the following CSS

    input#ufaq-ajax-text-input {
        width: 500px;
        height: 50px;
    }
    
    Thread Starter oldrich333

    (@oldrich333)

    It is not the best solution, but it is better.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Style/ Size of Search field’ is closed to new replies.