• Hi guys.

    I’m currently using the Divi 2.1 theme on my website: akberahmed.com
    Yes I know that Elegant Themes has their own forum for support, but I haven’t found much help there. Hence I came back to ol’ faithful (WordPress.org!). The problem is basic enough so any help would be appreciated.
    As you can see on my website, in the header where the text is the blackground is black although on th edges or fringe it is grey. How do I change this to black? Also how do I centralize the social icons in the footer?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there,

    Unfortunately we’re not allowed to help here with commercial stuff, sorry. This is due to the forum rules that you can review here:

    http://codex.wordpress.org/Forum_Welcome#Commercial_Products

    The footer:

    .et-social-icons {
    float: none;
    margin: 0 auto;
    width: 200px;
    }

    That removes the float, the width sets the size and then the margin can be auto so it’s in the middle.

    I’m sorry but I wasn’t sure what you needed with your other question.

    Hope this helps to at least get you part of the way 🙂

    Take care.

    Thread Starter akber87

    (@akber87)

    Thanks Timothy. That fixed the footer issue I had.

    The other issue referred to the header on my site akberahmed.com
    As you can see, the entire header is black, except for two boxes on the right and left and a strip on top. These are dark grey, not exactly black. How do I get these to be black? Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove grey from header background’ is closed to new replies.