Why did you guys change the background setting so that now I can only upload background image under the narrow layout?
We have been using your free version on a blog for a while now. I wanted to use pictures instead of pages for the slider and that’s the only reason I bought the Pro. However now I have to go back to using the free because we don’t like the narrow layout. Is there a way to somehow combine the two versions so that I have have the background as it was in the free, only with an additional funtion of having picture slides?
@myzhang Select the narrow layout for the site layout options. Then in the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
Now, set the background from Appearance->Background. Now, after all this it will be all similar to the free version background setting. Hope this helps.
@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.