text color

vizion2000

Joined: 2009-10-08
Posts: 4
Posted: Fri, 2009-10-16 15:08

A quicky

I want to control the text color and size for

a. Gallery description at gallery level without affecting any other elements.
b. Gallery description at album level without affecting any other elements.

What is the simplest way on Gallery3.3.0

Thanks in advance

David

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Fri, 2009-10-16 16:43

Simplest way right now? Install Firefox with the Firebug extension to help inspect elements of the page and edit /themes/MyTheme/css/screen.css

I say MyTheme, because right now you can't override files in a theme so I suggest first upgrading to the latest experimental code as many CSS changes have happened since B3 was released, then making a copy of a theme and editing your css there.

http://codex.gallery2.org/Gallery3:Upgrading
http://codex.gallery2.org/Gallery3:Tutorials:Themes
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
vizion2000

Joined: 2009-10-08
Posts: 4
Posted: Fri, 2009-10-16 21:25

yep I have tried using Firebug extension in the way your suggest but I cannot seem to find a way to limit the changes so they affect only Gallery description at a single level. Perhaps I am missing something but imnheritance seems to get in the way

David

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Fri, 2009-10-16 22:03

put this at the bottom of screen.css:

#g-info .g-description {color: red; font-size: 128px;}

Does that change what you're looking for?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25953
Posted: Sat, 2009-10-17 02:33
nivekiam wrote:
font-size: 128px;}

LOL: -)

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team