Section exhibit coloured while active

lucasariel / 2012-12-24 01:03:05   

Hi,
I would like to have coloured section name while exhibiting it.
(I managed to do that with the exhibits belonging to a section, but not with the section itself. I can't find the place neither in style.css or base.css.)

My site: lucasariel.com

This is the style.css place where I thought I could handle it. By the way, depending on the line #index order you get different results...

/* links styles only for the #index region */ /* ------------- OJO! Importa el orden link/visited/hover/active. Si no, no va. */
#index a:link { text-decoration: none; color: #000; }
#index a:visited { text-decoration: none; color: #000; }
#index a:active { text-decoration: none; color: #E8070B; /* background: black; padding: 1px 1px 1px 1px; */ }
#index a:hover { text-decoration: none; color: #E8070B; /* background: black; padding: 1px 1px 1px 1px; */ }

Thank you,
L.

arsondpi / 2012-12-24 04:17:10   

Maybe this will do?

  1. #index span.active_section_title { background: yellow; }
lucasariel / 2012-12-25 01:24:01   

Hi Arsondpi! It worked (not on ...section_title but on ...section_title a)
Thanks and happy new year!

This thread has been closed, thank you.