- This topic has 1 reply, 2 voices, and was last updated 9 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Follow Me Theme Support › Box around SUBMIT ORDER button
Hi all, have a box around the checkout SUBMIT button…i’m sure it’s the member/plugin issue but wondered if anyone could help me resolve it…
http://michaelphelpsguitars.com/checkout/?rid=pdjW1T
Thank you!!
Yeah it appears to be coming from the plugins css code –
.mm-checkoutSection .mm-purchaseSection {
clear: both;
background: #fff;
overflow: auto;
border-radius: 5px;
padding: 10px 0px 10px 0px;
}
So you would need to add some css (in your style.css file) to override it –
.mm-checkoutSection .mm-purchaseSection {
background: none !important;
}