Merchant BUY NOW buttons

Permalink
Hello,

My web designer is having problems with Concrete5 and has said that Concrete5 does not have the ability to increase the size of the BUY NOW button on my websitehttp://www.RubiconIndicator.com - It is a little button on the bottom of the screen. I would like to replace it with an image or something larger. Any help?

Josh

 
tallacman replied on at Permalink Reply
tallacman
Try this and modify as desired:
input#submit.ccm-input-submit{
   border-style: solid;
   border-color: maroon;
   background-color: yellow;
   width: 131px;
   height: 76px;
   font-size: 26px;
   -moz-border-radius: 8px; 
-webkit-border-radius: 8px;
border-radius: 8px;
-o-box-shadow: 0px 0px 8px #222;
-moz-box-shadow: 0px 0px 8px #222;
-webkit-box-shadow: 0px 0px 8px #222;
box-shadow: 0px 0px 8px #222;
}


steve