Restoring CSS for Follow Blog By Email Widget

  • Unknown's avatar

    Hi,

    I was playing around with my CSS and have messed something up and can’t remember how I changed it.

    The Follow Blog by Email widget is in my primary sidebar, but the box to enter your email is now grey and the hover colour is white. It doesn’t look too good!

    Could anyone help me with restoring the colour back to white?

    Would really appreciate it!

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

  • Unknown's avatar

    That would be in these two rules in your CSS.

    div.gform_footer input.button, .enews #subbutton, .searchsubmit, .widget_blog_subscription input, #submit {
        background-color: #444444;
        border: 1px solid #444444;
        color: #FFFFFF !important;
        cursor: pointer;
        font-family: 'Droid Serif',arial,serif;
        font-size: 12px;
        font-weight: normal;
        padding: 4px 7px;
        text-decoration: none;
    }
    
    div.gform_footer input.button:hover, .enews #subbutton:hover, .searchsubmit:hover, .widget_blog_subscription input:hover, #submit:hover {
    background-color: #FFFFFF;
    border: 1px solid #4C4C4C;
    color: #FFFFFF;
    text-decoration: none;
    }
  • The topic ‘Restoring CSS for Follow Blog By Email Widget’ is closed to new replies.