there is a button how can i make this black or any color ?
This topic has 2 replies, 2 voices, and was last updated 23 hours, 3 minutes ago ago by Alex Carter
there is a button how can i make this black or any color ?
Hello,
Thank you for reaching out to us.
The current result you are seeing is due to the global settings you have configured using the Elementor plugin https://prnt.sc/z0DMbwJwQSxT
If you do not wish to modify these global settings, you may use custom CSS code as an alternative:
.single-product .woocommerce-Reviews input#submit {
background-color:#333333;
}
.single-product .woocommerce-Reviews input#submit:hover {
background-color:#c09578;
}
Should you need any further assistance, please feel free to reach out.
Best regards,
8Theme Team
You must be logged in to reply to this topic.Log in/Sign up