• Resolved tm86

    (@tm86)


    Hi,
    how can I change the height of the search form and the size of the placeholder text?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    There are no options in the Lite version to change that, however you can still use custom CSS:

    .asl_m,
    .asl_m .probox,
    .asl_m .probox>div,
    .asl_m .probox input {
        height: 42px !important;
    }
    
    .asl_m .probox input {
        font-size: 19px !important;
    }

    Best,
    Ernest M.

    Thread Starter tm86

    (@tm86)

    Thats works great. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change height and font size’ is closed to new replies.