• Hello, I am working o this site, componentoh.com

    how do I change the color of the header to grey and the letters to white like the footer? The theme is customizr.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • .navbar .nav > li.current-menu-ancestor > a, .navbar .nav > li.current-menu-item > a,
    .navbar .nav > li > a {
      color:#fff;
    }
    .navbar .navbar-inner {
      background: #5A5A5A;
    }

    Here is your custom CSS to accomplish your wishes. Put your CSS in your custom CSS module.

    Cheers, Stacy

    Thread Starter setrini77

    (@setrini77)

    Thank you so much!!

    That worked beautifully

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

The topic ‘Change theme colors’ is closed to new replies.