• Resolved Revived

    (@revived)


    Here’s the css I’ve been using to display a .png submit image for the Jetpack subscriptions widget:

    
    #subscribe-submit input {
    	background: url(images/go.png) no-repeat 0 0 !important;
    	border: none;
    	height: 30px;
    	left: 2px;
    	position: relative;
    	width: 47px !important;
    }

    What can I do to fix?

Viewing 2 replies - 1 through 2 (of 2 total)
  • qaws

    (@qaws)

    If I check on my site, the actual button is a “button”, not an “input”. Does changing the declaration to “#subscribe-submit button” fix it for you?

    Gemma Evans

    (@gemmaevans)

    Hi @revived,

    Can you send a link to the site where you are using this CSS?

    If you prefer that information to remain private, you can also get in touch with us through this contact form:

    https://jetpack.com/contact-support/?rel=support

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Latest update removed custom css button (please help?)’ is closed to new replies.