• Resolved dps102

    (@dps102)


    Hi, where do I change the background color for the Header area that shows the site name and menubar from black to something else?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dps102

    (@dps102)

    OK, I answered my own question. In stylesheet (style.css)
    change the background color html notation.

    /*Header*/
    .logged-in #header{ margin-top:0px;}
    #header{ background:#572b5e url(images/pattern.png) repeat; width:100%; float:left; position:relative; margin-top:10px;}
    .headcenter{ width:1000px; margin:0 auto;}

    Thread Starter dps102

    (@dps102)

    The pattern.png image can also be changed to whatever you want.

    Theme Author Towfiq I.

    (@tislam100)

    you can only do that in the PRO version. Sorry

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header area background color’ is closed to new replies.