Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1150420

    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.

    #1150692

    Hey Serge,

    I was able to see the caret. Is this one a particular device?

    Best regards,
    Jordan Shannon

    #1150956

    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

    #1151607

    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

    #1154583

    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.

    #1154607

    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

    #1155634

    Thank you, Mike!
    Will try all this aolutions tomorrow and will let you know the results.

    #1155797

    Hi,

    Thanks for the update, we’ll leave this thread open for you in case you should need any further help from us.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.