Hello, installed buttonizer on my one more web-site but height is not changing by custom CSS.
Please advise
Hi @SDLondon ,
Try using the !important keyword after your css declerations to make sure they are applied.
!important
Like this:
.buttonizer-button { background-color: white !important; }
Let me know if this works for you.