• Resolved hexagrammaton

    (@hexagrammaton)


    Since the update to WP 5.9, the button outlines are not displayed any longer. I can see them in the editor, but they are invisible in the preview or when visiting the site normally on any device I’ve tried (using Firefox and Edge). Other button styles appear to work fine, it’s only the outline that isn’t displayed. Any ideas what the issue might be?

    Edit: I’m using Twenty-Twenty.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Twentig

    (@twentig)

    Hi,

    Thanks for the feedback. Indeed since the WP 5.9 update, there’s an issue with the outline button with the Twenty Twenty theme. It’s a WordPress core issue with the theme (when we disable Twentig, the issue is still there).

    We’ll fix this issue in the next release. In the meantime, you can add the following CSS code inside Customizer > Additional CSS:

    .is-style-outline .wp-block-button__link {
    	border: 2px solid;
    }

    Have a nice day,
    Tom

Viewing 1 replies (of 1 total)
  • The topic ‘Button outline invisible in WP 5.9’ is closed to new replies.