Page 3 of 3

Re: Register_XH

Posted: Wed Aug 30, 2017 8:16 pm
by cmb
roze wrote:were can I find the LOGIN image of this register plugin?
That's a Font Awesome icon. You can change it in this block of code; look for:

Code: Select all

<i class="fa fa-sign-in"></i>
You could fine tune the look, use a more tradional <img> or remove it altogether.

Re: Register_XH

Posted: Wed Aug 30, 2017 9:14 pm
by roze
I just changed it in

Code: Select all

<i class="fa fa-sign-in fa-3x"></i>
and that is perfect!

Re: Register_XH

Posted: Wed Aug 30, 2017 9:59 pm
by cmb
roze wrote:[…] and that is perfect!
Great! Glad you like it. :)