Hi,
How do you change the background of a button to transparent in library version 2.0
in version 1.2 i used costum css like this.
.headerButtons {
border: transparent;
background: transparent;
}
Hello Elle,
Other css block your rules. You should add "weight" to your selector (specify selector), or add !important to the rules
pre.headerButtons {
border: transparent !important;
background: transparent !important;
}/pre
Hi Elle,
I'm sorry, not sure I understand what you want to delete, could you clarify please?