Skip to main content

Custom CSS (Class and ID) not working.

Comments

1 comment

  • Ariel H.

    Hi Jan,

    Thanks for contacting us.

    Is there a particular reason you’re trying to manually style the buttons with CSS instead of using Brizy’s built-in color settings? The editor normally lets you control button colors directly.

    If you prefer to continue with custom CSS, you can use the snippet below:

    .brz-btn.my-button {
      background-color: red !important;
    }


    Best regards,
    Ariel H.

    0

Please sign in to leave a comment.