• Hello, i’ve installed WordPress Engine 3.5 and using template Twenty Ten. I started to modify but now i’ve got a problem in comment form, check this out:
    https://i47.tinypic.com/2ywe6ox.jpg

    i was trying to change this default button (in wp-includes/comment-template.php – theme Twenty Ten has comment options directly here) but i couldn’t. can you pelase help me to solve this problem? thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Would need a link to your site in order to see and tell you how to fix it.

    If you modified some of the templates we would have no idea what you have modified and therefor no idea on what to tell you to do to fix it.

    Thread Starter mkavtelishvili

    (@mkavtelishvili)

    https://kavtelishvili.com/blog/
    here’s it, i’m just testing some elements and widgets and found out that Search button has the same problem, as i guess there’s the problem in this SUBMIT BUTTON option. ??

    Thread Starter mkavtelishvili

    (@mkavtelishvili)

    That’s the first face of the saerch button when i started to modify
    https://i45.tinypic.com/2a0jmts.jpg

    In your CSS you have

    body, input, textarea {
        border-top: 10px solid #000000;
        font-size: 13px;
        line-height: 19px;
    }

    That border-top is what is causing it. It is cause a 10px border above every input and textarea.

    If you wanted that just on the body then you need to remove it from here and put just in the body.

    Thread Starter mkavtelishvili

    (@mkavtelishvili)

    yeah, this worked, you’re right, thank you very very much!!! you just helped me, i think i don’t have any other serious problem in my css :)) i’m a new in wordpress trying to learn everything by myself.
    thank you again ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Black shadow over the SUBMIT button’ is closed to new replies.