Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author WyriHaximus

    (@wyrihaximus)

    Hey grddrd,

    Sorry for the late response I was at PFC Saterday and yesterday I was to shattered to respond. You can change the text size :hover with CSS. If you’re not familiar with it I can write you it so you can put it in your site.

    CJ

    Thread Starter grddrd

    (@grddrd)

    That would be great. I would like the subscribe button to be black w/ white text, and appear red w/ white text when you hover.

    Plugin Author WyriHaximus

    (@wyrihaximus)

    #feedburner_email_widget_sbef_submit {
    background-color: black;
    color: white;
    }
    #feedburner_email_widget_sbef_submit:hover {
    background-color: red;
    color: white;
    }

    Where do I plug in the code that you wrote? Thx.

    Plugin Author WyriHaximus

    (@wyrihaximus)

    @anitasavio in the styling field in the widget tool.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change Color of Subscribe button’ is closed to new replies.