How can I change the header / footer text color in the style sheet?
I tried, fruitlessly:
footer: {
parent: normal,
alignment: TA_CENTER,
textColor: red
},
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The header or footer are not really styled that way because they are arbitrary restructured text.
So, if you want to change the color, the easiest way is probably to use a class, or a role.
So, you could do:
Or
If you do the latter, you will have to add a
somewhere.