.my-button { background-color: #ffffff; border: none; color: white; padding: 15px 32px; text-align: center; text-decoration: none; display: inline-block; font-size: 16px; margin: 4px 2px; cursor: pointer; border-radius: 8px; } .btn, /* or specific class for buttons in your theme */ .button { background-color: #ff6600; /* Replace with your desired color */ color: #fff; /* Text color (optional) */ } .btn:hover, .button:hover { background-color: #cc5200; /* Hover state background color */ }