• I just dropped in the Jetpack subscription widget on my primary sidebar so that people can subscribe for new posts to be sent to their inbox. Is there a way to change the background color of this widget to black and the font to some other color to better call attention to it?

    My blog is here for reference: themoneyhabit.org -> widget on left hand side

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi tmh12. Give this CSS a try in your child theme:

    /* widget background black */
    .s1 .jetpack_subscription_widget {
        background: #000;
    }
    /* widget heading yellow */
    .s1 .jetpack_subscription_widget h3 {
        color: #ff0;
    }
    Thread Starter tmh12

    (@tmh12)

    Actually I’ve got what I need now, thank you!!

    OK; you’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing Color of Jetpack Subscription Module Widget’ is closed to new replies.