Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Posts
    4
    Plugin Contributions
    0

    help question Change form field background colors on contact us

    I have a client who wants a site with a black background. Unfortunately, the form fields on contact us are set in such a way that, when you click to enter info, the field turns black, but the text stays black as well, so you aren't able to see what you are typing until you move to the next field. I am sure it is in a stylesheet somewhere, but I am not finding very easily tonight. Any help on where to locate this would be greatly appreciated ;-)

  2. #2
    Join Date
    May 2011
    Posts
    17
    Plugin Contributions
    0

    Default Re: Change form field background colors on contact us

    Add a div to the contact us form

    <div id="contact_form"></div>

    add this line to css #contact_form input:focus, textarea:focus, select:focus {border:1px solid #000;background-color:#fff;}

  3. #3
    Join Date
    Sep 2012
    Posts
    4
    Plugin Contributions
    0

    Default Re: Change form field background colors on contact us

    Thank you - I ended up creating the div id that shows in the code (contactUsNoticeContent ) since I couldn't find it in any of the stylesheets, and then added the below along with inputLabel as well to get the Name and Email address fields. Thanks for the help!

    Quote Originally Posted by fjtv View Post
    Add a div to the contact us form

    <div id="contact_form"></div>

    add this line to css #contact_form input:focus, textarea:focus, select:focus {border:1px solid #000;background-color:#fff;}

  4. #4
    Join Date
    Apr 2012
    Location
    beijing
    Posts
    258
    Plugin Contributions
    1

    Default Re: Change form field background colors on contact us

    maybe ,use CHrome to open your site and select the place where you wish to change and right-click to see "check element" ,then you will know where to modify,and try to change the color code,or

    includes/templates/yourtemplate/css/stylesheet.css search "black" to find
    focus on the open source for online shoping website.
    my site: best shop 24h.com

  5. #5
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Change form field background colors on contact us

    If you provide a liink to your site we won't have to guess what may be the problem.

    Rob

 

 

Similar Threads

  1. v139h Add Field to Contact Us Form
    By Donn in forum General Questions
    Replies: 1
    Last Post: 12 Jan 2012, 11:07 PM
  2. Contact me form: Missing Message field?
    By hello in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 22 Aug 2010, 07:15 PM
  3. Company Field in Contact Us Form Required?
    By Qoffa in forum General Questions
    Replies: 9
    Last Post: 5 Jul 2007, 06:49 AM
  4. Change sign-in form colors
    By centrix in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 5 Jun 2007, 06:30 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg