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*

Trouble with Background setting

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #3443
    myzhang
    Participant

    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?

    Thank you

    #3467
    Sanjip Shah
    Participant

    @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’.

    #main {
    background-color: transparent;
    }
    .narrow-layout {
    max-width: none;
    }

    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.

    #3487
    myzhang
    Participant

    Thank you! That helped!

    Is there a way to make the header background pattern transparent too?

    #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!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.