GK_Login module and its login link

Responsive Joomla template for Entertainment and Music purpose with clean and lightweight design.
GK User
Mon Apr 09, 2012 8:55 pm
Hi,
I have published the gk_login mod in the login position and even though, I have set it to show the title but it does not show. I want the 'login' link to read, "Player Login" instead of just 'Login' and would like to add a button background image called 'login-bg.png' to it.
Would you be so kind to let me know how I may be able to accomplish this?
Your prompt reply to this will be greatly appreciated.
Thank you!
Kindest regards,
saeed
User avatar
Junior Boarder

GK User
Mon Apr 09, 2012 11:50 pm
Hi

"login" position doesn't have style module to display module header.
If you want to change "login" to other word, you can change on ../language/en-GB.tpl_gk_music.ini file

About adding background image, you can enable first override.css file on template parameters, them open override.css file located on css template directory and add something like:

Code: Select all
#gkPopupLogin {background: url('../images/login-bg.png') no-repeat 0 0!important;}


Naturally you need to place your image inside ../images/ directory.

Cheers ;)
User avatar
Platinum Boarder

GK User
Tue Apr 10, 2012 12:29 am
Seichinha wrote:Hi

"login" position doesn't have style module to display module header.
If you want to change "login" to other word, you can change on ../language/en-GB.tpl_gk_music.ini file

About adding background image, you can enable first override.css file on template parameters, them open override.css file located on css template directory and add something like:

Code: Select all
#gkPopupLogin {background: url('../images/login-bg.png') no-repeat 0 0!important;}


Naturally you need to place your image inside ../images/ directory.

Cheers ;)



Thank you so much for your kind reply!

The first worked and helped, thank you!
The css code did not work as it is changing the background of the entire popup login window. Coud you check and provide me with the correct code please as I do not know anything about coding.
Thank you!
Respectfully,
Saeed
User avatar
Junior Boarder


cron