Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    It seems that your theme currently hides all submit buttons appearing in your sidebar. Luckily, you can overwrite that setting just for the Jetpack Subscription widget by adding the following CSS to your theme stylesheet, or to the custom CSS editor available under Appearance > Edit CSS in your dashboard:

    .widget-area .jetpack_subscription_widget input[type="submit"] {
      display: block;
    }
    Thread Starter marshmallau

    (@marshmallau)

    Thanks a lot! It worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subscribe button not showing in Subscription widget’ is closed to new replies.