July 4, 2014 at 4:48 am
#11896
Theme Horse Support Team
Keymaster
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!