Home › Forums › WoodMart support forum › Single Product Page › Reply To: Single Product Page
September 15, 2021 at 11:12 am
#318751
Aizaz Imtiaz Awan
Keymaster
Hello,
Please remove all the CSS for the button you added and try to use the following selectors and add all the CSS to this.
body .btn-style-link.btn-color-primary.create-account-button {
color:red;
border-color:yellow;
}
body .btn-style-link.btn-color-primary.create-account-button:hover {
color:yellow;
border-color:red
}
Then check back.
Regards.
Xtemos Studios.