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. |
|
Posts: 27300
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
Posts: 27300
g-register-menu
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 18
#g-login-link {
font-size: 25px;
}
#g-register-menu {
font-size: 25px;
}
Thank you floridave, it works perfect