-
Posts
38 -
Joined
-
Last visited
Emmapartridge's Achievements
-
Hi Creedon
Â
Please can you help me with some code to change the button of my contact form page, i have spent hours on this already to no avail.
I want the button to have this code (which works on other areas of the site) appear like this
border: solid 0.5px #ffffff;
border-radius: 5px;
padding:15px 35px 15px 35px;
background:#282728;
transition: 0.2s;
colour: white;Â
 &:hover {
 background: #ffffff !important;
transition: 0.2s;
color: black;Â }
}
Â
page is here