• Resolved madloki

    (@madloki)


    First: great plugin with a lot of functions, thanks ??

    I have one problem, i can’t change the font (without google fonts) to arial. None of the css classes for the input field works. Please help!

    Kind regards!

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

    (@wpdreams)

    Hi!

    Thank you for your kind words!

    Simply use this custom CSS:

    .asl_w, .asl_w * {
        font-family:  arial !important;
    }
    .asl_w input::-webkit-input-placeholder {
        font-family:  arial !important;
    }
    .asl_w input::-moz-placeholder {
        font-family:  arial !important;
    }
    .asl_w input:-ms-input-placeholder {
        font-family:  arial !important;
    }

    This should do the trick ??

    Best regards,
    Ernest M.

    Thread Starter madloki

    (@madloki)

    Great, thank you very much Ernest ??

    regards from germany
    Markus

    Plugin Author wpdreams

    (@wpdreams)

    You are welcome Markus ??

    I will mark this as resolved now.

    Feel free to rate the plugin, if you like it, it is greatly appreciated. Cheers!

    Thread Starter madloki

    (@madloki)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change font in search input?’ is closed to new replies.