Editing global button CSS styles to override theme styles

Hi, I want to override the theme CSS for button styles, can you please provide an example?

Paul.

Hi there,

The easiest option would be to use the V2 Button as it gives you more option to customize its aesthetics. If you are not seeing the complete options for the button element, please check the advanced mode option and enable it.

If you are using the Classic button element, you will have to add some custom CSS to be able to style the button further like:

.x-btn {
    background-color: blue 
    color: #ffff; 
}

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.