I am trying to change the font color of userprofile tab in frontend upload panel.
Firefox tels me it is in "inline:3"
No idea where to find it.
Code: Select all
body, td, th {
color:
#006;
Anybody who can give me a clue?
tnx
Arthur
Code: Select all
body, td, th {
color:
#006;
Code: Select all
#phocagallery-user body, td, th {
color:#fff !important;
}