Button border desappear when clicked

Good morning,
I have tried everything to understand the origin of the problem, but without results. All the buttons on my website behave the same way; the border is fine on hover, but it disappears when clicked.

Check any button inside the website content, not the search engine of the upper part of the website.

Many thanks for your support.

Website

Hello @marcor,

Thanks for writing to us.

I would suggest you please add this custom CSS code to the page CSS

.x-anchor:active {
    border: 4px solid #004990 !important;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.