• Resolved alexg9

    (@alexg9)


    Hello,

    I’ve set the font to “Sans-serif” in the plugin settings and also made changes to the CSS. Everything seems to be well-configured, but the placeholder font isn’t changing.

    I also tried:

    input.orig::placeholder, input.orig:-ms-input-placeholder, input.orig::-ms-input-placeholder{font-family:sans-serif!important}

    However, the result is always the same:
    https://i.ibb.co/t8173xw/placeholder-font.png

    The page I need help with: [log in to see the link]

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

    (@wpdreams)

    Hi,

    Can you please try this custom CSS instead:

    div.asl_m input[type=search]::placeholder{
        font-family:sans-serif !important;
    }

    It’s a bit higher specificity, it may do the trick.

    All the best,
    Ernest

    Thread Starter alexg9

    (@alexg9)

    Yes! That worked like a charm. Thank you @wpdreams !

    Plugin Author wpdreams

    (@wpdreams)

    You are very welcome ??

    Feel free to rate the plugin if you like it, it’s greatly appreciated.

    I will mark this as resolved now.

    All the best,
    Ernest

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I am unable to change the font on the placeholder’ is closed to new replies.