Hi, I'm using V4.19 Designer with the default template I have created a few text box extra fields and would like to change the size of the displayed text box in Step 3 of the checkout process. I would also like to add a text counter and a comment underneath each of the text boxes. Is this possible using the Designer version? Thanks,
If you use Firefox web developer (a free plugin) you will see what parts of the css style sheet are influencing the size of the text field. Then you can create a new piece of css styling and apply it to that text box in step3.tpl .
Thanks for the tip Seymourjames however I'm not able to find where the change should be made in the step3.tpl file. It looks as though there is a single command to display all extra fields. {$extra_listing_fields} Is there another place I should be looking in order to change the class, and add a comment under the text box?
Use web developer to find the css which is responsible. You may end up having to get deep into the code which unfortunately you can't do with the designer version.