Hey there,
The font in my contact form looks different on Firefox newest update. I’d like it to look like in chrome.
thanks for your help!
Hey @zerotoone.de,
It looks like Firefox now decreases the opacity of the input placeholder on purpose. The opacity can be overridden though. Here’s the CSS code targeting placeholders and its opacity. This should be added in Theme Options > CSS.
::placeholder {
opacity: 0.9;
}
0.9 is what I’ve found to be the exact opacity as Chrome’s. Check out the before and after screencasts below.
Before:
After:
Hope that helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.