Hi Irina. Thank you for your reply. Please see inline screenshot image, you will see at the bottom of the image there is a text "Additional details". I need to add some text with it . I use Da Vinci Theme.
View attachment 9895
Thank you for your reply.
Unfortunately, there's no option in the plugin or theme to edit the text in this field.
However, you can add this special code in Customization > Head > CSS
.checkout-main label[for="description"]{font-size:0!important;}
.checkout-main label[for="description"]:before{content:'blablabla';font-size:16px!important;}
.checkout-main textarea:focus+label[for="description"]:before{font-size:14px!important;}
Where instead of blablabla you add your own text. Hope this helps!