Border colour on button in IE

I have changed the button colour in layout options. It looks good in Chrome and Firefox. But in Internet Explorer 11 there is a purple border on the buttons. Is there anyway to fix this?

http://lms.dullboy.dk/

Hi @kasperduus,

I hope you are well today and thank you for your question.

I see on your shared site you have not added space for the border property as shown in the attached screenshot so please try adding space for it as following.

.btn-filled, .btn-filled:visited, .woocommerce #respond input#submit.alt,
          .woocommerce a.button.alt, .woocommerce button.button.alt,
          .woocommerce input.button.alt, .woocommerce #respond input#submit,
          .woocommerce a.button, .woocommerce button.button,
          .woocommerce input.button { 
background: #b24432 !important; 
border: 2px solid #b24432 !important;
}

Best Regards,
Movin

Thank you for your quick repsonse. It works.
And thank you for a great theme.

You are most welcome here :slight_smile: