Lpeek Posted November 30, 2009 Share Posted November 30, 2009 Hi,Im just customising my shop, and Ive come accross some kind of border on fieldsets, its mainly seen around the 'voucher' box in your shopping cart. I cant figure out how to remove this border? I cant find any css that relates to it and the only way I can get rid of it is to remove the html tags from in the tpl file?It's a kind of rounded-corner border, which would suggest it's an image (because im in IE and it still appears rounded), but I cant find an image either so Im pretty confused...Any help greatly appreciated.Luke Link to comment Share on other sites More sharing options...
rocky Posted December 1, 2009 Share Posted December 1, 2009 Have you tried modifying the "#order form#voucher fieldset" section of global.css in your theme's directory to remove the border? If that doesn't work, perhaps the "form.std fieldset" section of global.css. Link to comment Share on other sites More sharing options...
Lpeek Posted December 1, 2009 Author Share Posted December 1, 2009 Hey rocky,Thanks for your reply, Neither of those worked, but I have figured it out now! Quite simple really... I just added "fieldset { border:0px; }" to the global.css, I should have thought of that first!Thanks for your help! Link to comment Share on other sites More sharing options...
Recommended Posts