• Hello!
    Sorry if this is not the correct place to ask but I used the jetpack to add a subscription button to my page and used an online tutorial to change the colors, but still would like to change the font to a more feminine, script-like font. Is there a way for me to do this? This is my current CSS

    #subscribe-submit input {
    background: #ffb2a0;
    width: 23%;
    padding: 0;
    font-size: 12px;
    border: 1px solid #ffb2a0;
    height: 40px;
    }.widget-title {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    }#subscribe-email input {
    width: 70%;
    height: 40px;
    padding: 10px 8px;
    font-size: 15px;
    float: left;
    border: 1px solid #ffb2a0;
    }.widget-title {
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    }.widget_blog_subscription .widget-title {
    color: #ffb2a0;
    }

    Thank you in advance! (and sorry in advance if I shouldn’t ask here but you guys are so helpful!)

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Not sure if you were wanting to change just the font on the subscription box itself or more but this should do it

    .sidebar #blog_subscription-2 {
    	font-family: Tahoma;
    }
    Thread Starter theyuppiehipster

    (@theyuppiehipster)

    Ah to clarify I want to change only the part that says “Want to get a notification when I create a new post? Subscribe here!”

    Ah, in that case it would be this then

    .sidebar #blog_subscription-2 .widget-title {
    	font-family: Tahoma;
    }
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Subscription Button on side bar’ is closed to new replies.