How to change button colors?

  • Colors of buttons in content section via elementor can be changed in the element style tab itself.

  • Global button color change

  • Colors of other buttons like form submit / blog read more can be changed in customizer.

    Location: Appearance > Customize > Typography & Styles > Buttons

  • Blog post’s comment form button color can be changed via custom CSS.
    Add below CSS to Additional CSS tab of customizer. Provide you own color.

    #comments #submit { background-color: #303030; border-color: #303030; color: #ddd; }

    Location: Appearance > Customize > Additional CSS