Elle Bolt
Posts: 0
Joined: Mon Jan 13, 2014 5:56 pm

Change Button Background

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

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Change Button Background

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

Elle Bolt
Posts: 0
Joined: Mon Jan 13, 2014 5:56 pm

Change Button Background

Hi,

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

Image

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Change Button Background

Hi Elle,

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

Return to “Issues”