Hello fellow Cubecarters,
I am developing a new skin based on Crosshatch 5.2.5 and have the following adjustment to make:
For Login and Register I would like to assign an icon (graphic) for each.
Once logged in...
For Logout and Your Account I would like to assign an icon (graphic) for each.
So 4 different graphics for each of the 4 above actions.
I have box.session.php flagged up as the likely file to implement the changes, I have my icons ready and waiting on the server. I have assigned a .class to my CSS which goes something like this:
.btnLogin
background: url("../images/login.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
But I haven't been able to successfully implement the modification. Can anyone help?
Many thanks in advance.