color change at text box.

Support Area Forums Moonrise color change at text box.

Viewing 6 posts - 1 through 6 (of 6 total)
URL to the page in question: http://
  • Author
    Posts
  • #30976
    shintaro adachi
    Participant

    I like to know how to change the color of text box.

    I choose white for back ground and now can not see the text box well because text box is white in color.
    I like to know how to set the color of text box outline and also text box color.

    #30985
    Bill Robbins
    Moderator

    Good Morning Shintaro,

    I’d be glad to help you make the change to the text box color. Go to the Theme Options page and click on the Content tab. Here there is an option labeled “Text Color” that you can use to set the color of the default text color used in the site. You can change it there to a different color and then save your changes.

    If that’s not what you have in mind, let me know. If you can also send over the URL to your site and let me know specifically which text you’d like to change I can show you how to change just that text.

    Let me know if I can help.

    Have a great week,
    Bill

    #30994
    shintaro adachi
    Participant

    Thank you Bill,

    Please help me a bit more.

    http://www.scanpan.co.jp/%e3%82%ab%e3%82%b9%e3%82%bf%e3%83%9e%e3%83%bc%e3%82%b5%e3%83%bc%e3%83%93%e3%82%b9-2/contact-2/

    This is the page I want to improve.

    What I want to change in color is text box or outline of text box.
    so that I can see there is a text box better.

    #30996
    Bill Robbins
    Moderator

    Thank you for sending over the link. Here is how to add a border to the form inputs.

    1. Go to your theme options page and choose the Advanced tab.
    2. Scroll down to the Custom CSS box and add this:
      
      form.contact-form textarea,
      form.contact-form input[type="text"],
      form.contact-form input[type="email"]  {
      	border-top: 1px solid #ccc;
      	border-right: 1px solid #ccc;
      	border-bottom: 1px solid #ccc;
      	border-left: 3px solid #A4953C;
      	padding: 5px;
      }
      
    3. Change the #ccc to the color border you would like to have.
    4. Update your settings.

    That should give you a border on each field now. Let me know if you have any trouble,

    Thanks,
    Bill

    #30999
    shintaro adachi
    Participant

    Thank you Bill.

    It works well!

    #31000
    Bill Robbins
    Moderator

    That’s great. Let me know if you need anything else 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘color change at text box.’ is closed to new replies.