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.
Solved! Go to Solution.
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; }
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; }
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.