Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Remove Pane from sidebar Reply To: [Solved] Remove Pane from sidebar

#189742
PixelPascal
Participant

Can i make it transparent? With the hexa code? I tried this:

page-id-69 .bg-color-sidebar {
background-color: #f5f5f5;
opacity: 0.4;
}

But not result. Complete transparent is what i want with it. Something like display=none…