hey guys any idea how to get my submit button to show up ?
http://www.twittter.co.uk is the domain its on
and here is a screen shot of the problem,
p.s. i love your theme
http://grabilla.com/0361e-e1956d38-45bd-4ad7-a53d-c9a81b091c0b.png
Hi johnada2,
The button has a white background on white text so you just aren’t able to see it clearly. 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.woocommerce .main_color #reviews p.form-submit input {
background-color: #2d5c88;
}
Regards,
Devin