hardyst 0 Report post Posted March 15, 2011 Hi, I'm running the WhiteHouse theme and am trying to integrate a "buy it now" button on this page: http://www.denver-flat-fee-mls.com/denver-flat-fee-mls-listing-programs The button is not showing (i've highlighted around it in yellow) because it appears that there is a global CSS setting that is overriding the button attributes. Any one have any ideas on what CSS attribute might be overridinf the button design and how I should best go about fixing the problem. Thanks! Steve Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 16, 2011 `#cashieAddToCart4413{background:#555 none}` Add to Custom Code > Custom CSS. Thanks, Bryan Share this post Link to post Share on other sites
hardyst 0 Report post Posted March 16, 2011 Hi Brian, Thanks for the reply. Unfortunately, that didn't do the trick... Thanks, Steve Share this post Link to post Share on other sites
hardyst 0 Report post Posted March 16, 2011 Also, the Cahie support people said this in response to the same question: You have a css rule on the input tag that is very global and that is applying to the cashie button too. The main issue seems to be the white background and image that is take precedence. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 16, 2011 On the contrary. the global `input` is from the wp_core.css You just need to change the background-color rules you have to simply background and that green color should work. Share this post Link to post Share on other sites