|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
Contact form customization
I am trying to customize my contact form and I am part way there but I am stuck.
Using the code below I am able to change the background color of the form but not the font color (the font color in my code does not work. Has anyone found out how to change the font color. I am using white as test color because it is a big change. /* this controls the top of the contact form */ #contactUsPanelmyContactPanel0_h{ background-color: #ffffff; h1-font-color:#ffffff; font-color:#ffffff; } /* this controls the body of the contact form */ #contactUsPanelBD{ background-color: #ffffff; font-color:#ffffff; } I am also in the process of correcting some banner issues so I know there are some issues with it.
__________________
Dennis http://www.realphotoman.com/ Work in progress http://www.realphotoman.net/ Zenfolio 10% off Referral Code: 1KH-5HX-5HU |
|
|
|
|
#2
|
|
|
Smug Hero
|
To change that code you will need to use this:
.contactUsFormName { color: #ffffff; } Instead of the #contactUsPanelBD{ font-color:#ffffff; } |
|
|
|
|
#3
|
|
|
Major grins
|
did not work the part I am really trying to change the the top text of the form where is says contact realphotoman
__________________
Dennis http://www.realphotoman.com/ Work in progress http://www.realphotoman.net/ Zenfolio 10% off Referral Code: 1KH-5HX-5HU |
|
|
|
|
#4
|
||
|
Major grins
|
Quote:
If your trying to target the very top text only...try this: Code:
#contactUsPanelmyContactPanel0_h h1
{color:red}
|
|
|
|
||
|
#5
|
|
|
Major grins
|
And if ya want to get crazy on this thing...try this and see what you think:
Code:
/*************************************************
======= Contact Page Form =======
*************************************************/
#contactUsPanel_c {z-index:999999 !important}
#contactUsPanel_h h1 {display:none}
#contactUsPanel {width:auto;height:570px}
.contactOwnerLeftcol {display:none}
#contactUsPanelmyContactPanel0_h {display:none}
#contactUsPanelmyContactPanel0
{width:600px !important;height:420px;
background-color:#000 !important;
background-image:none !important}
#contactUsForm {margin:auto;padding:10px}
#contactUsPanelmyContactPanel0 #Problem
{height:200px;color:#fff;background-color:#444;}
.contactUsTextboxies
{color:#fff;background-color:#444;}
|
|
|
|
|
#6
|
|
|
Pshots-Photography
|
Joe
Is it possible to center the fields in the box as well ? How it will be possible to change the code of the text field as well ? last question - why my logo is away in this contact sheet ?
__________________
---------------------------------------------------- My Website : http://www.pshots-photography.com ---------------------------------------------------- |
|
|
|
|
#7
|
||
|
Major grins
|
Quote:
Try this instead.... Code:
/*************************************************
======= Contact Page Form =======
*************************************************/
#contactUsPanel {width:auto;height:570px}
.contactOwnerLeftcol {display:none}
#contactUsPanelFooter_h {display:none}
#contactUsPanelFooter
{background-color:#000 !important;
background-image:none !important;
width:600px !important;height:450px !important}
#contactUsForm {margin:auto;padding:10px}
#contactUsPanelFooter #Problem
{height:200px;color:#B6FE11;background-color:#fff}
.contactUsTextboxies
{color:#000;background-color:#fff}
|
|
|
|
||
|
#8
|
|
|
Major grins
|
Thanks for the response, I had already got the color changed. I may try your other tips, if I stay with SM
__________________
Dennis http://www.realphotoman.com/ Work in progress http://www.realphotoman.net/ Zenfolio 10% off Referral Code: 1KH-5HX-5HU |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| contact form falls behind flash | myaddesigns | SmugMug Customization | 12 | Feb-01-2011 09:53 AM | |
| A little more help with footer and contact form | My3Sons | SmugMug Customization | 3 | Jan-13-2011 10:11 AM | |
| How to show up contact form | KLeung | SmugMug Customization | 2 | Apr-17-2010 12:52 AM | |
| contact form | lifeinprint | SmugMug Customization | 3 | Jan-02-2009 11:31 AM | |
| contact form | ilums21 | SmugMug Customization | 4 | Oct-19-2008 04:43 PM | |
| Thread Tools | |
| Display Modes | |
|
|