Need help to customize variants button in Dawn theme Product page

hi @TheLivingCo ,

it can be done by changing HTML and css code:

add HTML:


add css below:

.variant-button {
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.variant-button:hover {
  background-color: #0000ff; /* Change to your desired hover color */
}

Got it! If you found my suggestions helpful, please consider liking or marking it as a solution.
Your feedback is appreciated! If you have any more questions or need further assistance, just let me know.

Regards

Akshay Bhatt