August 23, 2013 at 12:49 pm
#3530
sovit ranjitkar
Keymaster
@myzhang To make the header background pattern transparent Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS and paste the following CSS code:
#branding {
background-image: none;
}
Now, Click on Save All Changes Button and Refresh your browser.
Thank you!