Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Would you like to log yourself in? text

Would you like to log yourself in? text

Locked

Views: 1,065

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
6 Jun 2008, 9:53 AM
#1
ablt_supplies avatar

ablt_supplies

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?

6 Jun 2008, 10:05 AM
#2
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Would you like to log yourself in? text

A quick search on Would you like to log yourself in in the FAQ's returned this

6 Jun 2008, 10:16 AM
#3
ablt_supplies avatar

ablt_supplies

New Zenner

Join Date:
Jun 2008
Posts:
7
Plugin Contributions:
0

Re: Would you like to log yourself in? text

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,

6 Jun 2008, 11:23 AM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Would you like to log yourself in? text

The class shown is 'greetUser', so you could add that to your stylesheet and configure the text there.

6 Jun 2008, 11:25 AM
#5
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Would you like to log yourself in? text

Sorry ABLT - Too quick on the draw. Add this to your stylesheet and adjust accordingly:

.greeting {

font-size: 2em;

}

6 Jun 2008, 11:28 AM
#6
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Would you like to log yourself in? text

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.

6 Jun 2008, 11:44 AM
#7
ablt_supplies avatar

ablt_supplies

New Zenner

Join Date:
Jun 2008
Posts:
7
Plugin Contributions:
0

Re: Would you like to log yourself in? text

MeltDown:

Sorry ABLT - Too quick on the draw. Add this to your stylesheet and adjust accordingly:

Brilliant, thanks for your help. :smile: