Breadcrumb / Top bar font size

d3vlabs

Joined: 2005-05-10
Posts: 100
Posted: Wed, 2005-05-18 22:18

Hi can someone point to me to the settings (probably theme's css file) that will change the size of the font used in breadcrumbs, as well as all the font sizes used in top portion of G2, such as Login/Welcome Guest text and text that appears on top while using the Slideshow module. Thank you.

 
d3vlabs

Joined: 2005-05-10
Posts: 100
Posted: Thu, 2005-05-19 00:12

patience solves everything. if anyone needs the fix, let me know

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Thu, 2005-05-19 02:13

I'd appreciate the fix as it would be nice to have move knowledge of the inner works of G2.

Thanks.

 
d3vlabs

Joined: 2005-05-10
Posts: 100
Posted: Thu, 2005-05-19 03:21

yeah i'll post it as soon as i get the whole thing work properly. there are 3 different tags to edit.

 
ZED28

Joined: 2005-05-22
Posts: 22
Posted: Sun, 2005-05-22 04:56

I would like to know this too please. I have my Gallery integrated with vBulletin and the font sizes in this area are VERY small.

Thanks! :D

 
3ammo
3ammo's picture

Joined: 2005-05-23
Posts: 7
Posted: Tue, 2005-05-24 14:21

You need to edit your theme.css file under /gallery2/themes/matrix/

Find the following in your css file and change the font-size to 1.7em

#gsSystemLinks div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-size: 1.7em;
    font-weight: bold;
}
 
ZED28

Joined: 2005-05-22
Posts: 22
Posted: Wed, 2005-05-25 12:35
3ammo wrote:
You need to edit your theme.css file under /gallery2/themes/matrix/

Find the following in your css file and change the font-size to 1.7em

#gsSystemLinks div {
    margin-top: 0.1em;  /* Align system links with breadcrumb */
    font-size: 1.7em;
    font-weight: bold;
}

Awesome, thanks so much 3ammo - just what I needed!!! :wink:

 
enad02

Joined: 2006-12-03
Posts: 5
Posted: Thu, 2007-01-04 18:47

Thank you very much for the solution.
Regards,