Page 1 of 1

Front upload tab - Font css?

Posted: 04 Jan 2020, 13:33
by arthurk
Hi, i cant figur it out ;-(
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;
http://dutchconcertphotos.com/images/we ... dpanel.png

Anybody who can give me a clue?

tnx
Arthur

Re: Front upload tab - Font css?

Posted: 04 Jan 2020, 15:47
by christine
Hi Arthur,

try as follows (into your nexus.css):

Code: Select all

#phocagallery-user body, td, th {
  color:#fff !important;
}
or ... we hv to see it directly.
Kind regards
Christine

Re: Front upload tab - Font css?

Posted: 04 Jan 2020, 17:33
by arthurk
Great! That works like a charm.

Tnx

Arthur

Re: Front upload tab - Font css?

Posted: 04 Jan 2020, 20:36
by christine
Hi Arthur,

That's fine!

Kind regards
Christine