Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #750959

    hi. how can i change the color inside the contact form boxes here to white with black font text: http://imgur.com/a/axhv4

    #751026

    Hey arteffekt,
    You can add the following to quick css:

    #top .main_color input[type=’text’], #top .main_color textarea{
    border-color: #e1e1e1!important;
    background-color: #fff !important;
    color: #000 !important;
    }

    Let me know if this works

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.