cancel
Showing results for 
Search instead for 
Did you mean: 

Change font in the Welcome Msg Section of the header

SOLVED

Change font in the Welcome Msg Section of the header

I can't seem to find the CSS section that controls the font for the Welcome Msg in the RWD.  Numbers and the text are not lining up correctly and it looks hokey.

 

If anyone can point me in the right direction, I would be most appreciative.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Change font in the Welcome Msg Section of the header

Font should be set in:
skin/frontend/rwd/default/css/styles.css

from the ".header-language-container" section possibly:

.header-language-container, .page-header {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

 

 

View solution in original post

2 REPLIES 2

Re: Change font in the Welcome Msg Section of the header

Font should be set in:
skin/frontend/rwd/default/css/styles.css

from the ".header-language-container" section possibly:

.header-language-container, .page-header {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

 

 

Re: Change font in the Welcome Msg Section of the header

Thanks, I'll be marking this as solved, but a follow up question.  I need to add a piece of HTML code to the welcome message.  Specifically the &trade, how can I accomplish that?

 

All its doing now, is displaying "&trade"

 

EDIT - Actually I figured it out, added the ™ and that fixed it.