Hi skonegirlarmy do you have a cache plugin? If you do can you clear the cache. Also clear your browser cache.
Regards
hmm, i’ve tried both and it remains the same.
on the ‘contact’ page, sorry!
Hi at the moment you have the following…
element.style {
background-color: #735591;
cursor: pointer;
margin: 0;
}
Change it to the following code….
element.style {
background: #735591;
cursor: pointer;
margin: 0;
}
Change the color to what ever you want.
awesome! almost there – i have it the color i want, but the shadow on the bottom of the button remains the orange color. how do i change that?
thanks so much for your help π
Good news π
Change the following code…
button, input[type="submit"], input[type="button"], input[type="reset"] {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: -moz-use-text-color -moz-use-text-color #b93207;
border-image: none;
border-radius: 2px;
border-style: none none solid;
border-width: medium medium 3px;
color: #fff;
display: inline-block;
padding: 11px 24px 10px;
text-decoration: none;
}
Change the following color #b93207 to what ever you want.
Regards
where do i enter that code?
Hi try adding the following code
border-color: -moz-use-text-color -moz-use-text-color #b93207;
Changing the color of course π
under Style tab at the following area
CAPTCHA image alignment:
If that does not work then are you using a child theme? If you are then add the above code to the style css file in your child theme. If you are not does your theme allow you to add custom style?