badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Header Logo

#11896

Hi John,

Yes there is the background in the whole container.
To remove the white background Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

.wrapper {
    background-color: none;
}

Now your whole background will be transparent (none). If you need the background color for different sections add it via theme option.

Hope now this helps to you to have a transparent logo on your header.

Thank you!