• Resolved Rafa77

    (@rafa77)


    Hello,
    i’ve got a probleme with a widget of “jetpack”
    i have put the widget “subscription to the blog” for getting the email of the visitor (second widget on the sidebar of my website )

    how i can increase the size of the policy ? because i can’t read it.
    it’s “abonnement eu blog” in french.

    thanks a lot

    http://wordpress.org/plugins/jetpack/

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

    (@jeherve)

    Jetpack Mechanic 🚀

    You can customize the look of your site’s widgets by adding some CSS code to your theme stylesheet, or to your custom CSS editor under Appearance > Edit CSS (Apparence > Modifier le CSS) in your dashboard.

    Try adding the following CSS to increase the font size:

    .jetpack_subscription_widget label {
    font-size: 46px;
    line-height: 50px;
    }
    Thread Starter Rafa77

    (@rafa77)

    Thanks a lot, it works 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Subscription email probleme’ is closed to new replies.