Changing Color of Buttons in Oxygen Theme

  • Unknown's avatar

    Hello! I need help changing the colors of the buttons (subscribe, read more, etc.) in the oxygen theme. Right now it’s an ugly blue! Please help! :)

    Thank you

    http://www.manicuredujour.com

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

  • Unknown's avatar

    Hi there, I think this will catch all of the buttons on your site, but make sure and look around in case I missed one. The first rule is the non-hover color and the second is the hover color.

    a.read-more, a.read-more:visited, .pagination a:hover, .comment-navigation a:hover, button, html input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
        background: none repeat scroll 0 0 #cc0000;
    }
    a.read-more:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
        background: #33cc00;
    }
  • The topic ‘Changing Color of Buttons in Oxygen Theme’ is closed to new replies.