Add Image To Sign In Pop-Up And Some Text

hello,

how can i add more text and maybee an image to the sign in pop which apperas when sign in is pressed ??? thank you in advance for help

You should change the following template

design/themes/THEME/templates/views/auth/login_form.tpl

If you need to add information just to popup, use the following condition

{if $style == "popup"}
    .... your code here....
{/if}

You should change the following template

design/themes/THEME/templates/views/auth/login_form.tpl

If you need to add information just to popup, use the following condition

{if $style == "popup"}
    .... your code here....
{/if}

thank you very much

You are welcome!

The login pop up in cs is so poor, i dont like it ... i hope i can add something, like hello, visitor,,, and maybee a small banner there... or nicer background...

The login pop up in cs is so poor, i dont like it ... i hope i can add something, like hello, visitor,,, and maybee a small banner there... or nicer background...

be interested to see your outcome