Does anyone know where I can remove the borders as shown in the image below?
I have looked everywhere in the css files to find out how to remove this or change the color and have not had any luck what so ever. Please help.
Thanks!
Nissa
Does anyone know where I can remove the borders as shown in the image below?
I have looked everywhere in the css files to find out how to remove this or change the color and have not had any luck what so ever. Please help.
Thanks!
Nissa
Look for:-
Change to:-Code:FIELDSET { padding: 0.5em; margin: 0.5em 0em; border: 1px solid #cccccc; }
NB: This is a GLOBAL change throughout your site.Code:FIELDSET { padding: 0.5em; margin: 0.5em 0em; border: none; }
Thank you so much! I cant believe I overlooked that one.![]()