• Using the basic block editor, which assigns a “Default” style to buttons. So I have to manually set every button to “Primary”. Any solutions that don’t require adding a page builder?

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

Viewing 1 replies (of 1 total)
  • Phuc Nguyen

    (@manhphucofficial)

    Hi there 👋

    Neve uses the core Button block, and in the Block Editor the “Default” vs “Primary” styles are just different CSS styles — there isn’t a setting to change which one is selected by default.

    But you can make all buttons look like the Primary style by overriding the default button style with some CSS:

    Appearance → Customize → Additional CSS

    .wp-block-button__link {
    background-color: var(--wp--preset--color--primary) !important;
    color: #fff !important;
    }
Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.