A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi,
When I added the contact form feature on my site, it has an orange border around it. I tried to look for the class contactform, but could not find it in any of the css files in the skin.
How do i change the border color?
The screenshot is attached.
Thanks
You need to learn how to use Firebug or other browser dev tools to inspect elements and figure out which style rules are affecting it. It looks to me like its the border on fieldset element.
Hope that helps,
Joe
Thanks.
I was inspecting elements on the wrong boxes.
I've found it now.