Support » Plugins » Rounded Corners for Email Subscriptions

  • I’m currently running Jetpack and am trying to get the “subscribe to Blog” email textarea to have rounded corners in my sidebar widget. I’ve adjusted the custom CSS with:

    .feature-content-inner .circle,
    .feature-content-inner .circle img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    }

    …as mentioned in previous posts. However this hasn’t helped.

  • The topic ‘Rounded Corners for Email Subscriptions’ is closed to new replies.