Login/register form - add close button

GK User
Sun Nov 25, 2012 11:10 am
Hi,

How can I add to the top right corner of the login/register form close button(in order to more intuitively closing of the form and not to click on the white space around the form)?
User avatar
Fresh Boarder

teitbite
Mon Nov 26, 2012 1:11 pm
Hi

Please show me Your site. I'll see if it can be attach to Your code.
User avatar
Moderator

GK User
Tue Nov 27, 2012 9:19 pm
Sent to your email
User avatar
Fresh Boarder

teitbite
Wed Nov 28, 2012 1:24 pm
Hi

I think the easiest way to make this is to add an image of a button to an overlay area by using this code:

Code: Select all
#gkPopupOverlay {
    background: url(../images/[button_image_name]) no-repeat scroll 20% 80% #FFFFFF;
}


This is maybe not the most elegant way, but an alternative will take lots of time and deal with template's code modifications which are considered as customizations and we do not support that.
User avatar
Moderator


cron