• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Contact form customization

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Apr-04-2011, 10:33 AM
#1
dbveto is online now dbveto OP
Major grins
dbveto's Avatar
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
Old Apr-05-2011, 12:55 PM
#2
Smug Eric is offline Smug Eric
Smug Hero
Smug Eric's Avatar
To change that code you will need to use this:

.contactUsFormName {
color: #ffffff;
}

Instead of the

#contactUsPanelBD{

font-color:#ffffff;

}
__________________
Eric
Support Hero and Customeister
http://www.smugmug.com/help
Old Apr-05-2011, 01:45 PM
#3
dbveto is online now dbveto OP
Major grins
dbveto's Avatar
Quote:
Originally Posted by Smug Eric View Post
To change that code you will need to use this:

.contactUsFormName {
color: #ffffff;
}

Instead of the

#contactUsPanelBD{

font-color:#ffffff;

}
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
Old Apr-13-2011, 09:15 PM
#4
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by dbveto View Post
did not work the part I am really trying to change the the top text of the form where is says contact realphotoman


If your trying to target the very top text only...try this:


Code:
#contactUsPanelmyContactPanel0_h h1
{color:red}
__________________
-Joe Allen
My Smugmug Site
Old Apr-13-2011, 09:24 PM
#5
J Allen is offline J Allen
Major grins
J Allen's Avatar
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;}
__________________
-Joe Allen
My Smugmug Site
Old Apr-14-2011, 02:56 AM
#6
Pshots is offline Pshots
Pshots-Photography
Pshots's Avatar
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
----------------------------------------------------
Old Apr-14-2011, 03:16 AM
#7
J Allen is offline J Allen
Major grins
J Allen's Avatar
Quote:
Originally Posted by Pshots View Post
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 ?

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}
__________________
-Joe Allen
My Smugmug Site
Old Apr-14-2011, 05:34 AM
#8
dbveto is online now dbveto OP
Major grins
dbveto's Avatar
Quote:
Originally Posted by J Allen View Post
If your trying to target the very top text only...try this:


Code:
#contactUsPanelmyContactPanel0_h h1
{color:red}
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

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump