Hello again,
How do we make the "Submit" button on the Contact Form look exactly as the ones in the widget area?
Please see: http://theuncommonthread.co.uk/about
Many thanks,
Ce
Hello again,
How do we make the "Submit" button on the Contact Form look exactly as the ones in the widget area?
Please see: http://theuncommonthread.co.uk/about
Many thanks,
Ce
Hi Ce,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .ajax_form .button {
color: #999;
padding: 0 10px;
font-size: 12px;
text-decoration: none;
display: inline-block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-style: solid;
border-width: 1px;
margin: 3px 0;
line-height: 28px;
border-color: #e1e1e1;
background-color: #F6F6F6;
}
Regards,
Devin
Hi Devin,
Thank you, that worked! Topic closed.
Ce
Hello,
Glad it worked. :)
Regards
Ismael
This topic has been closed to new replies.