hi. how can i change the color inside the contact form boxes here to white with black font text: http://imgur.com/a/axhv4
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