Trying to add color to the "manage" for subscribers to my blog

  • Unknown's avatar

    The “manage” button for subscribers to my blog appears black (both the background and the text). How do I change that to be blue? I had a similar issue with non-subscribers and used the following CSS code. What can I add for the “manage” button?
    Thanks!
    }

    .widget_blog_subscription input[type=”submit”] {
    background-color: #95f6f8;
    }

    .widget_blog_subscription input[type=”submit”]:hover {
    background-color: yellow;
    }

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

  • Hi

    I’m sorry, but I’m having a hard time finding a Manage button on newsblog.drexel.edu. Could you confirm that is the correct website address and explain where to find the button.

    Once I can see the button, I can help you with the code.

  • The topic ‘Trying to add color to the "manage" for subscribers to my blog’ is closed to new replies.