Subscribe Button Font Styling

  • Unknown's avatar

    Hello I want to increase the font size on the subscribe button in CSS.

    {font-size: <value>} has no effect on the font size on my “Follow…” button. What am I doing wrong?

    My blog is http://averageus.com/ and I have the CSS edit upgrade.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi Lon,

    Try this and let me know how it works:

    #blog_subscription-3 input[type="submit"] {
    	font-size: 24px;
    }

    You can change the number to your desired font-size.

    Let me know if you have any questions with this!

  • Unknown's avatar

    Thanks, no. That doesn’t work. It seems I can style everything about that button, color, padding, height, width, font color…but not the font size. The default CSS has a font size declaration associated with input[type=”submit”] but changing the value does nothing.

    A related problem is that if I change the font-size value for sidebar widget labels, only one of them changes, the others do not.

  • Unknown's avatar

    How strange. I tried adding that CSS and it worked in the Preview as seen here:

    As seen the font-size did increase. Is this not what you see? Does it revert back to the default after you save the CSS? Let me know.

    If you want to change the font-size for the sidebar widget labels add this:

    .widget h3.widget-title, .widget h4.widget-title, .widget label {
    	font-size: 35px;
    }

    Again, change the number to whatever size you want.

  • Unknown's avatar

    all better! Thank you very much!

  • Unknown's avatar

    Glad it all worked out!

    You’re welcome :)

  • The topic ‘Subscribe Button Font Styling’ is closed to new replies.