How do I change text or background color in TOC in 1.0?
How can I change the background color in a Table of Contents in 1.0? Grey text on a grey background is not working for my customers...
1 person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Put this in the SideBar:
<raw escaped=0><style>
.toc {
background-color:#00ff00;
border:1px solid #ff0000;
}
</style></raw>
Example here.
I’m tired of making up sentences that begin with "I'm"
-
Inappropriate?Just realized you asked about the text, too. I updated and annotated the example.
<raw escaped=0><style>
.toc {
background-color:#00ff00; /* Green background */
border:2px solid #ff0000; /* Red border */
}
.toc a {
color:#0000ff; /* Blue link text */
}
.toc ol {
color:#ffff00; /* Yellow list numbers/letters */
}
</style></raw>
1 person says
this answers the question
Loading Profile...


