Hello @tsalzer ,
Thanks for including a link to your page – that’s really helpful for helping to sort things out.
Can you let me know how you added the shortcode to the page? Are you using a page builder of some kind? It seems to be mishandling the shortcode a bit and injecting some extra code we’re not expecting, which is what’s causing the blue overlay and border color to appear.
Good morning. No, no page builder. The shortcode was added in a Classic Editor view. I’m just stumped as to how to override what is happening with some CSS magic 😉
Hi @tsalzer ,
We need to resolve the issue where the unexpected code is being injected into our shortcode output to get this working. Unfortunately, there isn’t any CSS that’s going to resolve that. Can you please email our support at [email protected] so we can get some more information from you to get this resolved?
This was determined to be an issue with the theme that needed attention and fixing.
I had the same or a similar issue. Here’s the css from support that fixed it:
.leaflet-rrose-content:focus {
outline: none;
}