• Resolved RedLeafs

    (@redleafs)


    Theme: Franz Josef
    website: jennjohnson

    I’m trying to change the bg color of the header. firebug says that the color is “#222” So I went through all the .php’s and did ctrl F for #222 and found nothing.
    Could use some help.

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

    Try changing the color in bootstrap.min.css file at line 4882.

    .navbar-inverse{
    	background-color:#222;
    	border-color:#080808
    }

    Hope that helps.
    Thanks,

    Thread Starter RedLeafs

    (@redleafs)

    argh, I’m like 7 months late. In my mind I had already replied with a thank you.
    seems like I didn’t though.
    So here it is!

    Thank you!
    🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change header background.’ is closed to new replies.