Problems With Customisation Of Pages

Discussion in 'Templates customization' started by mfarah, Nov 7, 2003.

  1. mfarah

    mfarah Guest

    Hi

    Ive' been at this for awhile but im finding customising the login and signup pages very difficult.
    I understand the concept that the header and footer files affect the look of these pages, but the problem is trying to figure out which css settings affect what.

    For eg. all my buttons on the login page are far too large (due to some messing around on my part) and I can't get them back to the way they were.

    I would appreciate some advice
  2. alex-adm

    alex-adm Guest

    seems you changed styles for "Input" - it affect both boxes and buttons. It is not aMember-specific, it is just CSS.

    you can edit signup.html template:
    find your button and replace
    Code:
    <input type=submit value="Continue">
    to
    Code:
    <input type=submit value="Continue" style='font-size:7pt;font-color:red;'>
    and so on... it is CSS.

Share This Page