Forums

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

Home Forums CSS Remove logo pane Reply To: Remove logo pane

#184885
Senff
Participant

Don’t remove that code — @paulie_d was just pointing out the code that causes the background. You’ll probably just need to change it to this:

.logo-pane {
    background-color: transparent !important;
}

This will get rid of the white background behind the logo.