Recreating the gray background bands

Support Forums for LiveMesh Themes & Plugins Forums Agile Theme Support Recreating the gray background bands

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15544
    herbjoseph
    Member

    Im hopeing to learn how to turn parts of the background from white to gray like in the home page of my website, emergetech.com. How can this be achieved?

    Thanks,

    #15551
    Veena
    Moderator

    You need to target the pagesection id and then give background color as per you needs.
    Pls see the example below-

    #intro-slogan {
        background: #000;
    }
    

    This CSS turns the background color of your first page section(home page) to black.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.