Box around SUBMIT ORDER button

Homepage Community Forums Follow Me Theme Support Box around SUBMIT ORDER button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9867
    mderek
    Customer

      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!!

      #9875
      Wes
      Moderator

        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;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.