This is the code I wrote
\#submit.submit {
color: black !important;
background-color: white !important;
border-color: black !important;
border-radius: 1px !important;
border-width: 3px !important;
transition: all 0.1s ease;
}
​
\#submit.submit:hover {
color: white !important;
background-color: black !important;
border-color: white !important;
}
​
Why does it not apply to my button? The background and text colour do, why won’t the border colour?
This is a screenshot showing the button I am referring to: [https://postimg.cc/gLdhKN4p])
This is the web page: [https://mybedworld.com/product/arabella-bed/])
[ad_2]