• Resolved bdew

    (@bdew)


    Just upgraded to WordPress 4.4.1 and now, when a title in Accordion is clicked, the fold opens up okay but a blue box appears behind the Title line and behind the Accordion frame.

    This problem is also occurring with Squelch Accordion and Synved WordPress Shortcakes. Looks like a WordPress issue.

    Anyone have any ideas please?

    https://www.ads-software.com/plugins/j-shortcodes/

Viewing 1 replies (of 1 total)
  • Thread Starter bdew

    (@bdew)

    Nothing to do with WordPress – sorry for implication.

    Appears in Safari 8.0.3, not in Chrome or Firefox

    This fix was found in Stackoverflow.com. Added to child theme and all okay

    *:focus {
        outline: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘WordPress 4.4.1 creating a blue box behind Accordion’ is closed to new replies.