Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #28432

    Hi!

    How can I change the color of the Buttons in Enfold e.g. the ones in Woocommerce?

    Regards

    Maike

    #137527

    Hi Maike,

    You can either change the main color in your theme options Styling tab or Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    #top.woocommerce-page .button {
    background: #333;
    color: #fff;
    border-color: #333;
    }
    #top.woocommerce-page .button:hover {
    background: #cc0;
    color: #fff;
    border-color: #cc0;
    }

    Regards,

    Devin

    #137528

    Hi Devin,

    thanks for that :) Where exactly in the Theme Styling Options can I change the color of the Buttons?

    Regards

    Maike

    #137529

    Hi!

    You can use another predefined color scheme to change the button color.

    Best regards,

    Peter

    #137530

    Found it out :) Thank you!

    #137531

    Hey,

    Glad you found it. :)

    Cheers,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Color of Buttons’ is closed to new replies.