AFTER UPDATE: Call-to-Action Button got a purple outline

Hello friends,

after updating the shapely theme, our CTA buttons got a purple outline. This shows only in Internet Explorer.

Any help would be highly appreciated. The site is currently on our testing host: http://neytestlux.x10host.com

Thank you

Please guys, it’s very important. We just moved to our new Domain and host: www.neylux.com

Also, I see that despite changing the color to blue, the default purple color still shows in some place. Is this a bug?

Thank you Support team :slight_smile:

Hello there,

I hope you are doing well today.

I have checked both of the links provided but I do not see the purple outline.
Please try clearing your browser cache and refresh the page.

Best Regards,
Support

Hello,

the issue appeared again after an update. It can be seen on Microsoft Edge: www.neylux.com
Please let me know how I can fix it.

Best,
Vlad

Hi,

It seems the border color is not taken by edge, can you try this fix, by adding the CSS in Appearance -> Customize -> Additional CSS,

.home .btn {
border: 2px solid #009ee0 !important;
}

after adding try to clear the cache and see that fixes or not.

Let us know,

Thanks,
laranz.

Hey laranz,

thanks for the response. It didn’t solve the issue. Also, sometimes the colour of the text inside the button turns purple.
Any other ideas?

Thanks,
Vlad

Hello there,

I hope you are doing well today.

I checked the link using Chrome and Edge but there are no color issues. Could you please try clearing the browser cache then reload the page.

Best Regards,
Support

Hello,

Despite trying everything, the problem still appears now and again.
This time, the text is purple. Damn, I can’t get rid of that colour…

Could you please help me? The website is www.neylux.com and www.neylux.com/en

Thanks

Hello there,

This CSS should do the trick:


a.mb0.btn.btn-lg.btn-filled.cfa-button {
    color: white;
}

Best Regards,
Support