Font size in wind theme

agusalsa

Joined: 2014-03-21
Posts: 18
Posted: Tue, 2014-03-25 15:25

Where in the CSS files can I increase the size of the LOGIN & REGISTER font? I am using the default Gallery Wind theme. Thank you.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2014-03-25 19:31

http://galleryproject.org/node/112757
Similar css id for the register link. Use FireFox and the dev tool to invesigate the link id.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Tue, 2014-03-25 19:47

g-register-menu

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
agusalsa

Joined: 2014-03-21
Posts: 18
Posted: Wed, 2014-03-26 03:08

#g-login-link {
font-size: 25px;
}
#g-register-menu {
font-size: 25px;
}

Thank you floridave, it works perfect