Forums

All-In-One Cufon with Submit an Send Buttons (1 post)

  1. fredellini
    Member
    Posted 10 months ago #

    hi there,

    is it possible to replace the fonts from a submit or send button by cufon?
    i tried the normal way, but it won't work.

    i found this

    $('.input-button').each(function(){
        $(this).hide().after('<span class="input-button">').next('span.input-button').text($(this).val()).click(function(){
            $(this).prev('input.input-button').click();
        });
    });

    but i don't know where to put it in wordpress.
    best regards

Reply

You must log in to post.

About this Topic