• Hi there,

    I’m building my website using estore template in siteground. I want to add different background colors for header part and body part. Is this possible with estore ? Can anybody please help me on this.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    For the different header and body background color, can you go to the Appearance > Customize > Additional CSS in the dashboard and insert the code mentioned below:

    header#masthead {
        background-color: #ADD8E6;
    }
    body{
        background-color: #228B22;
    }

    Thanks.

    The new version editor is annoying, each post is divided into several sections. I want to switch back to the old version

    Hi,

    We couldn’t get you properly. Can you explain in detail what you want to achieve with a screenshot if possible?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to add different colors for header and body’ is closed to new replies.