Quote Originally Posted by jpda View Post
The currency field has an arrow to show it is a dropdown box. It displas the currency that you defined to be the default in Admin>Localization>Currencies.
That default value has already been loaded in the form and prices in your shop will be shown in this currency.
A simple text in your Welcome message might be easier...

To see how it looks like on a desktop when you would move the currency drop down box:

You might change margin-top to "margin-top: -33px;" and out comment "float: right"; (in stylesheet.css line #99). Or try with Firebug or a similar tool.
A better way might be to move the code of the form "currencies_form_header" as a <li>...</li> where you want it to be in the <ul> of <div id="navMain"> and add/change some css, but I'm not sure if this will work and changes may be needed for mobile devices...

Cheers,

jpda

Thanks for your response.
Many of my customers are older people (it's basically a retired people's hobby) and are not too computer literate. That is why I wanted a title for the currency dropdown box, similar to that for the manufacturer's drop down box. Since most of my customers are USA, it's not very critical.

I'll try your other idea, thanks

Carol