Hello @neilvv1976
Please send the link to the product page where these fields are visible.
Hi, if you go to https://www.gift-with-love.co.uk/index.php/product/personalised-little-prince-0-3-months-baby-sleepsuit/ you will see the personalisation Name box, i want to make this smaller as a lot of my items have more than 1 line and it looks too big. Thanks
Hello @neilvv1976
Our plugin is installed on the site but it looks like another plugin added this field.
I guess it is the HPY SG Personalisation plugin.
The best solution is to contact their technical support. But the solution below should also work.
Paste the code below to the Appearance > Customize > Additional CSS tab.
#product–persWrap .product–textareaWrap {
width: 300px!important;
}
#product–persWrap input:not([type=file]) {
height: 30px!important;
}