New Zenner
- Join Date:
- Jun 2008
- Posts:
- 7
- Plugin Contributions:
- 0
Would you like to log yourself in? text
How do I change the text size of "Would you like to log yourself in?" on the first page?
Views: 1,065
New Zenner
How do I change the text size of "Would you like to log yourself in?" on the first page?
Totally Zenned
A quick search on Would you like to log yourself in in the FAQ's returned this
New Zenner
Thanks for that however I already know where the text is located within the code.
The question was how do I change the size of the text which isn't shown in the FAQ.
Thanks,
Black Belt
The class shown is 'greetUser', so you could add that to your stylesheet and configure the text there.
Totally Zenned
Sorry ABLT - Too quick on the draw. Add this to your stylesheet and adjust accordingly:
.greeting {
font-size: 2em;
}
Totally Zenned
stevesh:
The class shown is 'greetUser', so you could add that to your stylesheet and configure the text there.
Steve, I thought that .greetUser was the way to go as well but it just focuses on part of the text, not the entire line.
New Zenner
MeltDown:
Sorry ABLT - Too quick on the draw. Add this to your stylesheet and adjust accordingly:
Brilliant, thanks for your help. :smile:
Tell staff why this post should be reviewed.