Border Rounding on Click for Newsletter

Hello! I was trying to round out the boxes for the newsletter email listing, and I was able to get it rounded, however when It’s selected/clicked it remains square. I’m also experiencing this same issue with the currency search box. If I could have some assistance, thank you so much!

Website theme: Dawn
Website URL: c-tama.com
Website Password: detong

Hello @filials ,

Use this css

*:focus-visible {
    box-shadow: none !important;
}

That fixed it! Thank you!

Check the theme settings. In Dawn, you don’t need any code for this at all… You can keep the code, or you can go ahead and remove any code you did for this as it is redundant.