Custom CSS on Buttons

Hi,

I need to customize the button_label CSS to add in Default buttons a underline. Is it possible? What I want is to add this to my theme buttons to have this result and to not being adding custom CSS to every button or creating them by Column box with links.

I've tried with:

.button_label {

text-decoration-line: underline #ece7dd;

text-underline-offset: 10px;

}

This code it works applied to Column text boxes but it doesn't work with the item "button_label". Could you help me to get it? Is it possible?


Comments

Sign In or Register to comment.