active subsection style

remixstudio / 2013-02-22 11:47:22   

hello,

I know subsections are still not a fully implemented feature but I hope you can still help me with a problem I have.
I'm using indexpand with subsections and I don't find any way to change the style of the active subsection, as I could easily do with the active sections and exhibits. I'm quite a beginner so I don't even know whether I'm missing something in the style.css or the jquery file...
Thanks for your help!

My site is: remixstudio.org

Vaska A / 2013-02-22 12:06:37   

Did you look in the base.css file? I believe I've left a comment about styling those in there. Either way, that's the place to look...

remixstudio / 2013-02-22 12:15:43   

Hi Vaska,

yes I did look in the base.css and there is a part there where I could change the style of the subsections, but I didn't find any way to alter only the active subsection.
I tried all possible combinations but my knowledge of syntax is really limited...

In style.css there is a part that controls the active section:
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; color: #d8d8d8 }

I tried then with
#index span.active_subsection_title,
#index span.active_subsection_title a { font-weight: bold; color: #d8d8d8 }

but nothing happens...
Is there any way?
Many thanks

remixstudio / 2013-02-26 04:29:05   

sorry to bother again, but can anybody help me with this issue?

dpboyle / 2013-03-01 19:06:13   

I'm having the same problem with altering the

* active section titles */
#index ul.active_section span.active,
#index ul.active_section span.active a
{ cursor: pointer; text-decoration:underline; /* font-size: 18px; */ }

... can't figure it out... I eventually would like the "active" section to be underlined, but it won't work.

This thread has been closed, thank you.