|
|
#1 |
|
Senior Member
Join Date: Jul 2007
Posts: 112
Rep Power: 11 ![]() |
Could someone please tell me where I can change the grey border around my contact page.
I usually always find these things but this one has me stumped. To clarify, please look at http://www.xxxxxxxxx.com.au/contactus.php I want to change the color of the border directly around the Contact Us. It seems it is color #75736E : fieldset , but I cannot find this color anywhere in the css or anywhere for that matter. Thanks Greg
__________________
Greg Version 3.1.9 and 4.0.3 Developer Last edited by Greg H; 03-14-2008 at 02:26 AM. |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,079
Rep Power: 117 ![]() |
I just had a look and didn't see a grey border. Did you get it sorted?
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jul 2007
Posts: 112
Rep Power: 11 ![]() |
Eric,
Thanks for looking.. No I havent got it sorted, its strange that you cannot see it. Can you see any border at all directly around the contact form ? http://www.xxxxxxxx.com.au/contactus.php Greg
__________________
Greg Version 3.1.9 and 4.0.3 Developer Last edited by Greg H; 03-14-2008 at 02:26 AM. |
|
|
|
|
|
#4 |
|
Coder
Join Date: Mar 2006
Posts: 4,516
Rep Power: 110 ![]() ![]() |
If I understand you correctly its caused by the "fieldset" html tag, try removing that and the closing tag for it in the template.
|
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Jul 2007
Posts: 112
Rep Power: 11 ![]() |
Yes, that has removed it, thanks
What I really want is to change the color of it, I for the life of me cannot find where the color of that 'fieldset" is determined. The color is nowhere to be found in any stylesheet or elsewhere that I can see. Something is telling it to be grey #75736E
__________________
Greg Version 3.1.9 and 4.0.3 Developer |
|
|
|
|
|
#6 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,079
Rep Power: 117 ![]() |
Try adding this to your style sheet:
fieldset{ color: #000; }
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
|
|
#7 |
|
Coder
Join Date: Mar 2006
Posts: 4,516
Rep Power: 110 ![]() ![]() |
As far as I know there is no CSS defined for it and its using the default color. If you want to change it I would imagine you would need to define a style for the fieldset tag, for example add something like this to your style sheet......
fieldset {color: red} or try it inline <fieldset style="color: red"> |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Contact Us Page - not receiving emails | goose | v4 Questions & Support | 0 | 09-17-2007 11:41 PM |
| can I run scripts in an content page? | dawyatt | v3.1 Questions & Support | 11 | 06-22-2007 02:50 PM |
| New page contact | gppromano | v3.1 Modules & Modifications | 2 | 01-21-2007 04:52 AM |
| Include Contact Form on another page | versatility | v3.1 Questions & Support | 5 | 09-06-2006 04:24 PM |
| Contact page error | martini55 | v3.1 Questions & Support | 1 | 05-04-2006 10:04 AM |