I would very much like to be able to have the navigation highlight (background color) act for the front page the way that it does for all the other pages.

That is - when I click on other pages, it makes the background of the navigation tab the same color as the background of the rest of the page. But corolla treats the front page differently, and does not do this.

I suspect it is meant to act like this... but I cannot figure out why, or how to change it. Since my front page is not the page where people will start off first, this is doubly problematic.

Thanks!

Comments

Deepika.chavan’s picture

Hi ,

- Create custom css file say 'local.css'.
- Add following line of code in 'corolla.info'

stylesheets[all][]   = local.css

- Add following css code in local.css file:

#header-menu .content ul li a.active {
  background: #F8F8F8;
  color: #000000;
  font-weight: 700;
}

- Please clear cached data.
HTH!!

Rgrds,

Deepika Chavan.

david_p’s picture

This doesn't work for me. Apparently, there is no such area called "#header-menu".

Jeff Burnz’s picture

Status: Active » Closed (fixed)

Way old, the theme is quite different in 7.x-2.x, this is for 7.x-1.x.