Page 1 of 1

Change Button Background

Posted: Tue Jul 29, 2014 12:35 pm
by Elle Bolt

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;
}

but this is not working in version 2.0.
Please help!
Image


Change Button Background

Posted: Tue Jul 29, 2014 1:28 pm
by Evgene Karachevtsev

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


Change Button Background

Posted: Tue Jul 29, 2014 2:22 pm
by Elle Bolt

Hi,

Thanks it works but now how do i remove of the disc?

Image


Change Button Background

Posted: Tue Jul 29, 2014 7:18 pm
by Kateryna Grynko

Hi Elle,

I'm sorry, not sure I understand what you want to delete, could you clarify please?