Exhibit section title Active

rebecca21 / 2012-12-04 23:01:44   

Hello guys,
I can't manage to get my exhibit section title costomise when the page is active,
i've tried that :
#index ul.section li.exhibit_title a:active { color: #FFF; background-color:#000;}

But it's not working, i've tried almost all the a:active code but none are working, should i go to the base.css?

Thanks a lot,
m-a-o.fr/nx/index.php/logements/projet-1/

arsondpi / 2012-12-05 08:51:19   

That's because the active exhibit has a class called "active" appended.

Add:

  1. #index ul.section li.exhibit_title.active a { background: #000;  color: #fff; }
rebecca21 / 2012-12-05 12:30:47   

Perfect ! Thanks a lot :)

This thread has been closed, thank you.