Hello I have an issue with caret visibility on mobile in some of textfields.
In Contact us form it is visible but in textarea with id=”comment” it is not. Was trying to change a color, but it still works only on contact form but not in comments.
Hey Serge,
I was able to see the caret. Is this one a particular device?
Best regards,
Jordan Shannon
No, it was on different iphones.
ФФтв it is quite trange thing because the caret is visible in Google Chrome mobile emulation mode, but not visible on mobile. Tried Safari and google chrome for mobile – same result
Hi,
Sorry for the late reply, I tested your page on an Android device and was able to see the “gold” caret in all fields, unfortunately, I don’t have an iPhone to test with.
But you could try this css in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#respond textarea[name="comment"]#comment {
caret-color: #e0b673 !important;
}
After applying the css, Please clear your browser cache and check.
Best regards,
Mike
Hi, Mike!
Thank you for your effort, but after applying all css and clear cache I still have the issue on mobile (iphone) :(
Caret is visible from desktop chrome and with dev tools emulating mobile, but can’t see on real iPhone, I haven’t any android device to check, but customer also complaining about iphones.
Hi,
Sorry, but I don’t have an iPhone, but I did try to research a “web-kit” solution which is for IOS, and perhaps this will work, see near the bottom for #Faking it here is a another example.
Best regards,
Mike
Thank you, Mike!
Will try all this aolutions tomorrow and will let you know the results.