• I just upgraded to the latest evolve theme and all my button colors changed to an aqua green. I’ve tried several css codes but they didn’t work. Can you tell me how to change the button color for all buttons?

    essentialhomestead.com

Viewing 1 replies (of 1 total)
  • If you’re not using a Child Theme, and if the theme doesn’t have a designated section of the dashboard for CSS modifications then do the following:

    Install this Custom CSS Manager plugin http://wordpress.org/plugins/custom-css-manager-plugin
    use its “CSS Code” section of the dashboard to hold your CSS modifications
    (put your CSS code in)
    Save

    Have you tried the following? It looks like the buttons on your site have several styled effects, including box-shadow so you might need to adjust more than just the background-color.

    input[type="submit"],
    button,
    .button,
    .bootstrap-button,
    input#submit,
    .da-slide .da-link,
    span.more a,
     a.read-more,
    .entry-content a.t4p-button-default {
            background: blue;
    }
Viewing 1 replies (of 1 total)

The topic ‘Theme button colors’ is closed to new replies.