• webworks

    (@webworks)


    Hello,

    See the white border around the menu button in the image? How do I remove that? I’ve tried every css selector I can possibly find, and no joy. It’s time to give up and ask for help 🙂 (I’ve also looked through every setting – maybe I’ve overlooked something.

    To see the issue on the site, it’s savannah sweets dot com.

    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Shahin

    (@skalanter)

    Hello @webworks,

    Thank you for reaching out.

    The outline is not an issue. It’s an accessibility requirement (we’re required to use it). But you can disable it on your end with custom CSS. To remove the outline, please add the following CSS code in the Custom CSS area in the Customizer:

    a:focus {
        outline: 0px !important;
        outline: none !important;
    }

    Please read this link about the CSS code on the Customizer:
    https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website

    For more information about Accessibility, please read this article: https://developer.mozilla.org/en-US/docs/Web/Accessibility.

    Note: if you have any cache plugin or server cache(CDN / Browser Cache and Cookies and …), you need to clear its cache contents or disable them to see your changes.

    I hope it helps.
    Best Regards

    Thread Starter webworks

    (@webworks)

    Thank you SO much 🙂 This theme is great by the way.

    Shahin

    (@skalanter)

    You’re welcome,
    I’m glad we could help.
    And thank you so much for your kind words.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Border around menu button’ is closed to new replies.