Topic-icon a few changes

Active Subscriptions:

None
10 years 6 months ago #38030 by yodathemes
a few changes was created by yodathemes
Hi i need to change the forogt u/n and forgot p/w buttons to
class="readon2"


any ideas would be appreciated as i cant seem to find the forgot btns class anywhere lol.


Also i need to have a boarder going around the form how would i do this.

i have attached a image i have marked in red the changes i have made in in purple i have markerd changes im stuck with.

File Attachment:



cheers.
The topic has been locked.
Support Specialist
10 years 6 months ago #38086 by alzander
Replied by alzander on topic a few changes
Sorry for the delayed response to this. The 'forgot' buttons are actually in the /modules/mod_sclogin/helper.php file. Look for the getForgotUser and getForgotPassword functions around 329 and 345. Hopefully you can alter the code in there as you need. That code should probably be integrated into the template file itself for easier modification.

For the border/spacing, you should be able to use the following styles:
.sclogin {
padding: 35px;
margin: 35px;
border: solid 10px;
}
I think you honestly probably want no change to the margin and want about 60px of padding, but you can play how you want with that.

I hope that helps, but if not, let me know.

Thanks,
Alex
The topic has been locked.