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*

How can I set a Different Header Background Color and Body Background Color?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6758
    Flow
    Participant

    How can I set a Different Header Background Color and Body Background Color?

    Is it possible with Custom CSS?

    And is there a way to move the nav bar under the slider, remove the header, and bump the slider to the top for just the home page?

    Thanks

    #6774
    Sanjip Shah
    Participant

    @Flow If you are using the pro version, for the body background color you can go to Appearance->Theme Options->Design Options Tab->Color Options. You can change the body(content) background color there and click on ‘Save all Changes’.
    For the header background color, you can use the custom css for this. You can go to Appearance->Theme Options->Design Options Tab->Custom CSS. Pate the following css and click on ‘Save all Changes’.

    #branding {
        background-color: #DDDDDD;
    }

    You can change the color code your liking. You can look for the color codes in this link http://www.colorpicker.com/.

    About your last question, it will need coding and css customization which can take some effort. As this is like a new feature to be added you will have to hire a developer for this.

    #6792
    Flow
    Participant

    Thank you for your help!

    #6793
    Flow
    Participant

    Thanks so much for your help!

    One more question…

    What is the Custom CSS to change the background of the lower copyright & social area?

    thank you!

    #6805
    Flow
    Participant

    Nevermind. I figured it out.

    That area is labeled ‘site generator’ and I found it in the theme options.

    #6847
    Sanjip Shah
    Participant

    @Flow Okay. Great!

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