• Resolved tsalzer

    (@tsalzer)


    I’m having trouble figuring out the correct CSS to eliminate the blue borders from the individual hotspots in my image. Does someone have CSS to share that will point me in the right direction! Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Natalie MacLees

    (@nataliemac)

    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.

    Thread Starter tsalzer

    (@tsalzer)

    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 ??

    Plugin Author Natalie MacLees

    (@nataliemac)

    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?

    Plugin Author Natalie MacLees

    (@nataliemac)

    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;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t seem to remove blue border around hotspots’ is closed to new replies.