Front upload tab - Font css?

Phoca Gallery - image gallery extension
arthurk
Phoca Member
Phoca Member
Posts: 14
Joined: 17 May 2019, 09:41

Front upload tab - Font css?

Post 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

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2737
Joined: 28 Nov 2010, 17:20

Re: Front upload tab - Font css?

Post 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
arthurk
Phoca Member
Phoca Member
Posts: 14
Joined: 17 May 2019, 09:41

Re: Front upload tab - Font css?

Post by arthurk »

Great! That works like a charm.

Tnx

Arthur
christine
Phoca Hero
Phoca Hero
Posts: 2737
Joined: 28 Nov 2010, 17:20

Re: Front upload tab - Font css?

Post by christine »

Hi Arthur,

That's fine!

Kind regards
Christine
Post Reply