• Hello,

    I’m using the Bella theme for my wordpress blog. When I insert a contactform into a page, the text is shown but the inputfields for name, email etc are not shown. When I choose another theme the fields are shown. Can someone help me making the input fields visible.

    url : http://www.arnoweterings.nl/?page_id=33

    Thank you

    gr Arno

Viewing 1 replies (of 1 total)
  • That is because I added a css reset at the beginning of style.css

    Add this at the end of style.css and you should be ok

    .post input {
    border: 1px #DADADA solid;
    padding: 2px 5px;
    }

    I hope this works.

Viewing 1 replies (of 1 total)
  • The topic ‘Input fields bella theme’ is closed to new replies.