Reduce the height of the “Write your message…” container.
Change the current “send” or “submit” button icon from an “up arrow” to a “paper plane” icon as noted here.
Upon clicking the “Write your message…” field, ensure the field only displays one focus border color (e.g., blue), and not two adjacent borders (e.g., blue and gray) as you can see here.
Anyone got a CSS or JS code that can help me achieve the above?
Regarding points 1 and 2, I’ll see if the customization like this can be done for you – will get back to you after I make sure if it’s possible with the dev team
As for the point 3, it can be achieved with the following CSS code placed in the Custom CSS section of your widget: .es-interaction-field-container { box-shadow: none; }
Let’s stay in the loop – I’ll get back to you on this along with the other requests
Items 1 and 2. Awesome. [Note: If the “paper plane” can be rotated 90 degrees counter-clockwise (facing up) that would be cool. Also, we may end up retaining the current “arrow” icon, so if possible, please ensure the code change is made via JS (i.e., entered into our JS panel) so we can disable it as our needs change]. Curious: It appears you guys changed the styling of this field in the past, correct?
To get rid of the arrow icon, you need to delete the 3 last snippets of the code above (all that mention Icon__IconContainer-sc class). This way, you’ll see the initial arrow in your text field
(b) The CSS Rule you provided got rid of the blue border that appears when we click on the message field. Can you ask your Dev Team to fix that as well?
Update: I fixed this by adding the following CSS Rule to the above:
(c) When I enter a message into the newly configured message box, the message box does not scroll up (above the “paper plane” icon) when entering a long text. The “paper plane” icon needs to remain at the bottom of the input field.
Update: It appears your Dev Team is testing our widget configuration and/or code. The above CSS Rules are presently working only on mobile devices, not desktop devices. Our widget test panel proves it.
So sad that you encountered issues in the end! I see that right now you got rid of the customization above, as it’s not in the Custom CSS section anymore. But I need to say that when I added it back with all your modifications, it seems to have worked for me alright on PC view as well as on mobile.
I want to get it all working great for you, so could you please confirm if there’s still an issue from point (c) on your side? And it’d be really helpful if you provided the final CSS that’s causing trouble with all the alterations made on top of the ones described in your message
Along with fixing the error if it’s present, I’ll pass the paper plane request to the team too
(3) When entering a long string (text), the full text is not above the “paper plane” icon. This behavior is different from the widget’s natvie behavior. Details: