• jasonloeve

    (@jasonloeve)


    hi everyone

    i would like to know how i am able to style submit/search buttons in the twenty ten theme ?

    i have been searching for many hour but have not found info on this.

    regards
    jason

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    Don’t edit the Twenty Ten theme. Your changes will be over-written the next time you upgrade WordPress. For this reason, it is recommended that you consider creating a child theme for your customisations.

    Once your child theme is active, we should be able to help with your customisations.

    Thread Starter jasonloeve

    (@jasonloeve)

    hi esmi

    i have created a child them following the Lynda – Dreamweaver CS5 and WordPress 3.0 lessons and a few more on the net. i am currently coding on a localhost setup wamp.

    regards
    Jason

    esmi

    (@esmi)

    Try styling on input[type=submit].

    Thread Starter jasonloeve

    (@jasonloeve)

    thanks Esmi

    I figured it out.

    I added this code to style.css

    input#searchsubmit {
     width: 60px;
     height: 26px;
     background-image:url(images/srch_button.png);
     background-color:#FFF
     font-size: 12px;
     color: #fff;
     border:none
    }
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘styling submit buttons’ is closed to new replies.